🫐Ferc721
Ferc721
extends ERC721
, and we added the folowing interfaces:
factoryContract
swapContract
wethContract
name
symbol
inscriptionId: Each Ferc721 NFT has unique id from 1.
ordinals: A global ordinal number increased by each deploy and mint.
totalSupply: Total minted Ferc721 NFTs. TotalSupply must be less or equal int(max/limit).
max: max Ferc20 tokens can mint.
limit: Quantity of Ferc20 tokens in each Ferc721 NFT
needFerc: If is belong to Ferc family.
lastMintTimestamp(address)
Last updated