Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

完成FT合约手续费逻辑 #27

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions members/diwata2021/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@
- [add消息](https://testnet.tonviewer.com/transaction/1e6b57d8a14fbf2d11f2306f9675986716af43fd492307e38c621385d797918d)
- [multiply消息](https://testnet.tonviewer.com/transaction/5cf1ec853f929112cc56fa75363d6b4ea31f33087e6b7c2bfe4ad7577d33b10c)
- [divide消息](https://testnet.tonviewer.com/transaction/730d1e090ce04515ab82523892f7a2ca8240a07898028bfa7b3d3d3f97aaf489)

### 作业3
* 合约测试网地址:kQCarXAqmnM5wlHTRmdM6tdnI1NgmyLVucAYQTaOzElpqVCL
- [jetton_master](https://testnet.tonviewer.com/kQCXNPOaavqmWet3FmXi-Qt1s7gFuTPl66zyvz8MmObWakjY)
- [Owner钱包-也是收手续费的][https://testnet.tonviewer.com/kQAOGWuHwLO78FY9W4rk1hbMdI_kQKIEqAWRwmbu47mxaifm/jetton/kQCXNPOaavqmWet3FmXi-Qt1s7gFuTPl66zyvz8MmObWakjY]
- [第一笔从owner转出200,收2个手续费回到owner](https://testnet.tonviewer.com/transaction/f833cbbba7b2a4a12ca0c5927ee958c88a60f90b7e7cdc3ce78bc8bb9ac293cf)
- [第二笔从其他人转出100,收回1个手续费](https://testnet.tonviewer.com/transaction/0ccb714a7051eea6c250702efea702bbe43f173059ee841f03c672a9b07fe7a5)
- [合约代码](https://github.com/diwata2021/jetton-implementation-in-tact/blob/main/sources/contract.tact)
- [转账脚本](https://github.com/diwata2021/jetton-implementation-in-tact/blob/main/sources/4_Transfer_back.ts)