nft-contracts icon indicating copy to clipboard operation
nft-contracts copied to clipboard

Set of TON NFT related contracts & code

Results 13 nft-contracts issues
Sort by recently updated
recently updated
newest added

Creating cell and parsing it takes at least 600 gas units, so it's better to avoid it where cell data is constant.

https://github.com/getgems-io/nft-contracts/blob/debcd8516b91320fa9b23bff6636002d639e3f26/packages/contracts/nft-fixprice-sale-v3/NftFixpriceSaleV3.spec.ts#L290

Hi, I have a couple of question regarding souldbound contract. First. https://github.com/getgems-io/nft-contracts/blob/debcd8516b91320fa9b23bff6636002d639e3f26/packages/contracts/sources/sbt-item.fc#L164 Why the flag here isn't `128 + 32`. Considering that we want to burn the contract, it seems...

Missing the check in L139: _throw_unless(458, equal_slices(sender_address, nft_owner_address) | equal_slices(sender_address, marketplace_address));_ anybody can cancel sale in nft-fixprice-sale.fc

Guys, could you explain how to compile and use build.sh and deployerLocal.ts ?

I cannot edit on-chain metadata of my collection. I also wanted to know how should we store social_links as an on-chain data inside our smart contract?

**Summary** Please describe your idea in one paragraph. **Motivation** Why do you think this problem is important? **Describe the solution you'd like** Please explain how you propose to solve this...

**Summary** Please describe your idea in one paragraph. **Motivation** Why do you think this problem is important? **Describe the solution you'd like** Please explain how you propose to solve this...