token-contract icon indicating copy to clipboard operation
token-contract copied to clipboard

Fungible, Non-Fungible, Semi-Fungible Tokens Smart Contracts

Results 38 token-contract issues
Sort by recently updated
recently updated
newest added

https://share.bwb.site/ru/Authorize?chain=eth

While `transferMessage` and `burnMessage` allow `null` as payloads, the corresponding send methods do not, hence this fix.

How to pass the parameters of sendTransfer method of jetton token contract when ts calls it? await walletContract.sendTransfer(provider.sender(), ......)

How to pass the parameters of sendTransfer method of jetton token contract when ts calls it?

![A0640EDC-7633-4292-84D7-4A9C503B2C0B](https://github.com/user-attachments/assets/5d64678f-b367-48e6-b772-b4e76aa46428)

Hi everyone! I was looking at the Jetton burn function and noticed a strange authorization check. It seems to me that it could be a security issue. token-contract/ft/jetton-minter.fc:75 ``` throw_unless(74,...

`/v2/accounts/account_id/jettons/jetton_id/history` Works fine _Originally posted by @heyqemu in https://github.com/tonkeeper/opentonapi/issues/417#issuecomment-2241160829_