UNPKG

@broxus/tip4

Version:

Set of ready-to-use tvm nft token contracts following tip4 standard

270 lines (269 loc) 5.5 kB
{ "ABI version": 2, "version": "2.2", "header": ["pubkey", "time", "expire"], "functions": [ { "name": "constructor", "inputs": [ {"name":"codeNft","type":"cell"}, {"name":"codeIndex","type":"cell"}, {"name":"codeIndexBasis","type":"cell"}, {"name":"owner","type":"address"}, {"name":"managers","type":"address[]"}, {"name":"remainOnNft","type":"uint128"}, {"name":"json","type":"string"} ], "outputs": [ ] }, { "name": "mintNft", "inputs": [ {"components":[{"name":"name","type":"string"},{"name":"description","type":"string"},{"name":"previewUrl","type":"string"},{"name":"ipfsUrl","type":"string"},{"components":[{"name":"trait_type","type":"string"},{"name":"value","type":"string"}],"name":"attributes","type":"tuple[]"},{"name":"externalUrl","type":"string"}],"name":"_nftInfo","type":"tuple"}, {"name":"_owner","type":"address"}, {"name":"_nftId","type":"uint32"} ], "outputs": [ ] }, { "name": "totalMinted", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"count","type":"uint256"} ] }, { "name": "setRemainOnNft", "inputs": [ {"name":"remainOnNft","type":"uint128"} ], "outputs": [ ] }, { "name": "resolveIndexCodeHash", "inputs": [ {"name":"collection","type":"address"}, {"name":"owner","type":"address"} ], "outputs": [ {"name":"hash","type":"uint256"} ] }, { "name": "addManager", "inputs": [ {"name":"newManager","type":"address"} ], "outputs": [ ] }, { "name": "resetManagers", "inputs": [ ], "outputs": [ ] }, { "name": "managers", "inputs": [ ], "outputs": [ {"name":"value0","type":"address[]"} ] }, { "name": "owner", "inputs": [ ], "outputs": [ {"name":"value0","type":"address"} ] }, { "name": "transferOwnership", "inputs": [ {"name":"newOwner","type":"address"} ], "outputs": [ ] }, { "name": "getJson", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"json","type":"string"} ] }, { "name": "indexBasisCode", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"code","type":"cell"} ] }, { "name": "indexBasisCodeHash", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"hash","type":"uint256"} ] }, { "name": "resolveIndexBasis", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"indexBasis","type":"address"} ] }, { "name": "indexCode", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"code","type":"cell"} ] }, { "name": "indexCodeHash", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"hash","type":"uint256"} ] }, { "name": "totalSupply", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"count","type":"uint128"} ] }, { "name": "nftCode", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"code","type":"cell"} ] }, { "name": "nftCodeHash", "inputs": [ {"name":"answerId","type":"uint32"} ], "outputs": [ {"name":"codeHash","type":"uint256"} ] }, { "name": "nftAddress", "inputs": [ {"name":"answerId","type":"uint32"}, {"name":"id","type":"uint256"} ], "outputs": [ {"name":"nft","type":"address"} ] }, { "name": "supportsInterface", "inputs": [ {"name":"answerId","type":"uint32"}, {"name":"interfaceID","type":"uint32"} ], "outputs": [ {"name":"value0","type":"bool"} ] } ], "data": [ {"key":1,"name":"nonce_","type":"uint64"} ], "events": [ { "name": "ManagerAdded", "inputs": [ {"name":"newManager","type":"address"} ], "outputs": [ ] }, { "name": "ManagersReset", "inputs": [ ], "outputs": [ ] }, { "name": "OwnershipTransferred", "inputs": [ {"name":"oldOwner","type":"address"}, {"name":"newOwner","type":"address"} ], "outputs": [ ] }, { "name": "NftCreated", "inputs": [ {"name":"id","type":"uint256"}, {"name":"nft","type":"address"}, {"name":"owner","type":"address"}, {"name":"manager","type":"address"}, {"name":"creator","type":"address"} ], "outputs": [ ] }, { "name": "NftBurned", "inputs": [ {"name":"id","type":"uint256"}, {"name":"nft","type":"address"}, {"name":"owner","type":"address"}, {"name":"manager","type":"address"} ], "outputs": [ ] } ], "fields": [ {"name":"_pubkey","type":"uint256"}, {"name":"_timestamp","type":"uint64"}, {"name":"_constructorFlag","type":"bool"}, {"name":"_supportedInterfaces","type":"optional(cell)"}, {"name":"_codeNft","type":"cell"}, {"name":"_totalSupply","type":"uint128"}, {"name":"_codeIndex","type":"cell"}, {"name":"_codeIndexBasis","type":"cell"}, {"name":"_indexDeployValue","type":"uint128"}, {"name":"_indexDestroyValue","type":"uint128"}, {"name":"_deployIndexBasisValue","type":"uint128"}, {"name":"_json","type":"string"}, {"name":"owner_","type":"address"}, {"name":"managers_","type":"address[]"}, {"name":"nonce_","type":"uint64"}, {"name":"_remainOnNft","type":"uint128"}, {"name":"_totalMinted","type":"uint256"} ] }