Content
Mint(address operator, LibAsset.MintData data)
Burn(address operator, LibAsset.BurnData data)
mintBatch(LibAsset.MintData _data)
burnBatch(LibAsset.BurnData _data)
contractUri() -> string
uri(uint256 _tokenId) -> string
uri(uint256 _tokenId, uint256 _version) -> string
totalSupply(uint256 _tokenId) -> uint256
maxSupply(uint _tokenId) -> uint256
contractRoyalty() -> address, uint24
userMintNonce(address _user) -> uint256
royaltyInfo(uint256 _tokenId, uint256 _salePrice) -> address, uint256
Last updated