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

While contracts examples were created long time ago - there was no fancy syntax sugar like `#include` / `#pragma version` / `const` and some stuff was not worked as expected...

So, as i understand i should use nft-item-editable-DRAFT.fc contract for minting editable NFTs. After setup everything and compile this code i had "B5EE9C724102********00CB5C98" HEX output. When i tried to create...

Hello, Given that FunC is a new language, with a new standard, adoption would be easier with some comments from the developer.

The transaction is returned back, and no NFT is written to test blockchain

1. Clone the repo 2. `npm install` 3. `npx blueprint run` -> `minterController` 4. The file couldn't be compiled with the error: ```TypeError: api.getContractState is not a function``` The same...

Notice the comment is inconsistent with what the code's intention.

`master_msg` scheme is not checked, this may cause `total_supply` to increase without writing tokens to `jetton-wallet` (spoiler) Current op::mint code ```c if (op == op::mint()) { throw_unless(73, equal_slices(sender_address, admin_address)); slice...