Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Last active April 5, 2022 10:05
Show Gist options
  • Save SuperCipher/d338653374381dbf620954b5502bc590 to your computer and use it in GitHub Desktop.
Save SuperCipher/d338653374381dbf620954b5502bc590 to your computer and use it in GitHub Desktop.
deploy NFT integrate test
{"chain_id": 80001, "node_rpc": "https://polygon-mumbai.infura.io/v3/529aa367cbba407a98c67577f8b986a0", "Wallets": {"seller": {"address": "0xe00BCef53DD14AE43963cfdd824e78c1858Ea3a8", "private": "76d4921b8eebb1ab031a0296427262e12aef3989132e9cd77d1f4272350bb06f"}}, "erc721": {"SILVER": {"address": "0xaF27c6628135833e3bf094478829D498746A93D4", "tx": "0xf76689b73ce659068dd8f954093184c8440b6249ccee9d023547e1bcbb0a6a4e", "block_number": 25809044, "block_hash": "0xb84b2281f2af8ce1aebb51f6b57314fa085938a7d33ead6d1c8e918c2cde2f17", "name": "Silver box", "symbol": "SILVER", "total_supply": 0, "max_supply": 50000, "abi": [{"anonymous": false, "inputs": [{"indexed": true, "name": "sender", "type": "address"}, {"indexed": true, "name": "receiver", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "approved", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "operator", "type": "address"}, {"indexed": false, "name": "approved", "type": "bool"}], "name": "ApprovalForAll", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "name": "clear_to_send", "type": "bool"}], "name": "TransferAllowanceChange", "type": "event"}, {"inputs": [{"name": "_name", "type": "string"}, {"name": "_symbol", "type": "string"}, {"name": "baseURI", "type": "string"}, {"name": "artist", "type": "address"}, {"name": "_max_supply", "type": "uint256"}], "outputs": [], "stateMutability": "nonpayable", "type": "constructor", "name": "constructor"}, {"inputs": [], "name": "setDomainSeparator", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "interface_id", "type": "bytes4"}], "name": "supportsInterface", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "pure", "type": "function"}, {"inputs": [{"name": "artist", "type": "address"}], "name": "setArtist", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "address"}, {"name": "salePrice", "type": "uint256"}], "name": "royaltyInfo", "outputs": [{"components": [{"name": "receiver", "type": "address"}, {"name": "royaltyAmount", "type": "uint256"}], "name": "", "type": "tuple"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "tokenURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "baseURI", "type": "string"}], "name": "updateBaseURI", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "getApproved", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "releaseForTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "restrictTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}, {"name": "data", "type": "bytes"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "approved", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "operator", "type": "address"}, {"name": "approved", "type": "bool"}], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "minter", "type": "address"}], "name": "setMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}, {"name": "quantity", "type": "uint256"}], "name": "batchMintTo", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}], "name": "mint", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "burn_for", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "self_destruct", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "baseURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "CLEAR_TO_SEND", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "ownerOf", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}, {"name": "arg1", "type": "address"}], "name": "isApprovedForAll", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "artist", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "nonces", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [{"name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function"}]}, "GOLD": {"address": "0xd3512F69b132aA7138D1e3FA1adCd0B0a26423C7", "tx": "0xce553a0c92c727a461adb985a1be330bce46211264e25cfcca21c0005b61e329", "block_number": 25809045, "block_hash": "0x892b0e66837926276b9781c032ace4765ffb5c586d6d6092bfe6bb8afa24fdf9", "name": "Gold box", "symbol": "GOLD", "total_supply": 0, "max_supply": 10000, "abi": [{"anonymous": false, "inputs": [{"indexed": true, "name": "sender", "type": "address"}, {"indexed": true, "name": "receiver", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "approved", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "operator", "type": "address"}, {"indexed": false, "name": "approved", "type": "bool"}], "name": "ApprovalForAll", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "name": "clear_to_send", "type": "bool"}], "name": "TransferAllowanceChange", "type": "event"}, {"inputs": [{"name": "_name", "type": "string"}, {"name": "_symbol", "type": "string"}, {"name": "baseURI", "type": "string"}, {"name": "artist", "type": "address"}, {"name": "_max_supply", "type": "uint256"}], "outputs": [], "stateMutability": "nonpayable", "type": "constructor", "name": "constructor"}, {"inputs": [], "name": "setDomainSeparator", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "interface_id", "type": "bytes4"}], "name": "supportsInterface", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "pure", "type": "function"}, {"inputs": [{"name": "artist", "type": "address"}], "name": "setArtist", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "address"}, {"name": "salePrice", "type": "uint256"}], "name": "royaltyInfo", "outputs": [{"components": [{"name": "receiver", "type": "address"}, {"name": "royaltyAmount", "type": "uint256"}], "name": "", "type": "tuple"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "tokenURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "baseURI", "type": "string"}], "name": "updateBaseURI", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "getApproved", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "releaseForTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "restrictTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}, {"name": "data", "type": "bytes"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "approved", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "operator", "type": "address"}, {"name": "approved", "type": "bool"}], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "minter", "type": "address"}], "name": "setMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}, {"name": "quantity", "type": "uint256"}], "name": "batchMintTo", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}], "name": "mint", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "burn_for", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "self_destruct", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "baseURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "CLEAR_TO_SEND", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "ownerOf", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}, {"name": "arg1", "type": "address"}], "name": "isApprovedForAll", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "artist", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "nonces", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [{"name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function"}]}, "PLATINUM": {"address": "0xF13aB631C7DB0AA7668e1bE154D8F1F78e9808b8", "tx": "0xcd891c71a5879bdb1184e5c730293f8b59e5277917ef77f78f1979d8649e9626", "block_number": 25809046, "block_hash": "0x36384742983287303bbcb8d93b05c849db1d205320c5ef2ec0a5ce7893ff46af", "name": "Platinum box", "symbol": "PLATINUM", "total_supply": 0, "max_supply": 5000, "abi": [{"anonymous": false, "inputs": [{"indexed": true, "name": "sender", "type": "address"}, {"indexed": true, "name": "receiver", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "approved", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "operator", "type": "address"}, {"indexed": false, "name": "approved", "type": "bool"}], "name": "ApprovalForAll", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "name": "clear_to_send", "type": "bool"}], "name": "TransferAllowanceChange", "type": "event"}, {"inputs": [{"name": "_name", "type": "string"}, {"name": "_symbol", "type": "string"}, {"name": "baseURI", "type": "string"}, {"name": "artist", "type": "address"}, {"name": "_max_supply", "type": "uint256"}], "outputs": [], "stateMutability": "nonpayable", "type": "constructor", "name": "constructor"}, {"inputs": [], "name": "setDomainSeparator", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "interface_id", "type": "bytes4"}], "name": "supportsInterface", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "pure", "type": "function"}, {"inputs": [{"name": "artist", "type": "address"}], "name": "setArtist", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "address"}, {"name": "salePrice", "type": "uint256"}], "name": "royaltyInfo", "outputs": [{"components": [{"name": "receiver", "type": "address"}, {"name": "royaltyAmount", "type": "uint256"}], "name": "", "type": "tuple"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "tokenURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "baseURI", "type": "string"}], "name": "updateBaseURI", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "getApproved", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "releaseForTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "restrictTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}, {"name": "data", "type": "bytes"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "approved", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "operator", "type": "address"}, {"name": "approved", "type": "bool"}], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "minter", "type": "address"}], "name": "setMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}, {"name": "quantity", "type": "uint256"}], "name": "batchMintTo", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}], "name": "mint", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "burn_for", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "self_destruct", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "baseURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "CLEAR_TO_SEND", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "ownerOf", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}, {"name": "arg1", "type": "address"}], "name": "isApprovedForAll", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "artist", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "nonces", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [{"name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function"}]}, "Normal Pet": {"address": "0x51F7cCC749A596294C60607f44FE8F7AcF96d71C", "tx": "0xaa7f5ef62dc2d7cb889ec5ea46863615bd982e8912f32ed2268b8123b8bf3fd4", "block_number": 25809047, "block_hash": "0x12230e3aae952236f57c42c4abdec87fb05d74b5ca157f4555acc32c915cb024", "name": "Puron (Normal divos)", "symbol": "Normal Pet", "total_supply": 0, "max_supply": 5000, "abi": [{"anonymous": false, "inputs": [{"indexed": true, "name": "sender", "type": "address"}, {"indexed": true, "name": "receiver", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "approved", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "operator", "type": "address"}, {"indexed": false, "name": "approved", "type": "bool"}], "name": "ApprovalForAll", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "name": "clear_to_send", "type": "bool"}], "name": "TransferAllowanceChange", "type": "event"}, {"inputs": [{"name": "_name", "type": "string"}, {"name": "_symbol", "type": "string"}, {"name": "baseURI", "type": "string"}, {"name": "artist", "type": "address"}, {"name": "_max_supply", "type": "uint256"}], "outputs": [], "stateMutability": "nonpayable", "type": "constructor", "name": "constructor"}, {"inputs": [], "name": "setDomainSeparator", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "interface_id", "type": "bytes4"}], "name": "supportsInterface", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "pure", "type": "function"}, {"inputs": [{"name": "artist", "type": "address"}], "name": "setArtist", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "address"}, {"name": "salePrice", "type": "uint256"}], "name": "royaltyInfo", "outputs": [{"components": [{"name": "receiver", "type": "address"}, {"name": "royaltyAmount", "type": "uint256"}], "name": "", "type": "tuple"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "tokenURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "baseURI", "type": "string"}], "name": "updateBaseURI", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "getApproved", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "releaseForTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "restrictTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}, {"name": "data", "type": "bytes"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "approved", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "operator", "type": "address"}, {"name": "approved", "type": "bool"}], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "minter", "type": "address"}], "name": "setMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}, {"name": "quantity", "type": "uint256"}], "name": "batchMintTo", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}], "name": "mint", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "burn_for", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "self_destruct", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "baseURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "CLEAR_TO_SEND", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "ownerOf", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}, {"name": "arg1", "type": "address"}], "name": "isApprovedForAll", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "artist", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "nonces", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [{"name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function"}]}, "Normal Pet Art": {"address": "0x3852E6fBB57dba017DD8A907daB8c4c645cCDCfA", "tx": "0x16ea94ff58c2f8dec3a7f3c8841adcea08a5a116b577941ce1fcf03f54a6480c", "block_number": 25809048, "block_hash": "0x008b8868904b6d1a5a131c000c7f5985f464164a1bef54ef198a2232310cd92a", "name": "Puron (Normal divos Art)", "symbol": "Normal Pet Art", "total_supply": 0, "max_supply": 5000, "abi": [{"anonymous": false, "inputs": [{"indexed": true, "name": "sender", "type": "address"}, {"indexed": true, "name": "receiver", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "approved", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "operator", "type": "address"}, {"indexed": false, "name": "approved", "type": "bool"}], "name": "ApprovalForAll", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "name": "clear_to_send", "type": "bool"}], "name": "TransferAllowanceChange", "type": "event"}, {"inputs": [{"name": "_name", "type": "string"}, {"name": "_symbol", "type": "string"}, {"name": "baseURI", "type": "string"}, {"name": "artist", "type": "address"}, {"name": "_max_supply", "type": "uint256"}], "outputs": [], "stateMutability": "nonpayable", "type": "constructor", "name": "constructor"}, {"inputs": [], "name": "setDomainSeparator", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "interface_id", "type": "bytes4"}], "name": "supportsInterface", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "pure", "type": "function"}, {"inputs": [{"name": "artist", "type": "address"}], "name": "setArtist", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "address"}, {"name": "salePrice", "type": "uint256"}], "name": "royaltyInfo", "outputs": [{"components": [{"name": "receiver", "type": "address"}, {"name": "royaltyAmount", "type": "uint256"}], "name": "", "type": "tuple"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "tokenURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "baseURI", "type": "string"}], "name": "updateBaseURI", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "getApproved", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "releaseForTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "restrictTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}, {"name": "data", "type": "bytes"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "approved", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "operator", "type": "address"}, {"name": "approved", "type": "bool"}], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "minter", "type": "address"}], "name": "setMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}, {"name": "quantity", "type": "uint256"}], "name": "batchMintTo", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}], "name": "mint", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "burn_for", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "self_destruct", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "baseURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "CLEAR_TO_SEND", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "ownerOf", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}, {"name": "arg1", "type": "address"}], "name": "isApprovedForAll", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "artist", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "nonces", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [{"name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function"}]}, "Gem": {"address": "0x70882226261e9b7b69c99bD383a14e4bBaF6E7C1", "tx": "0x6426b2304e0cd5e73c14d09da11dbad619f49249adfd4d32c89d5318aad22603", "block_number": 25809049, "block_hash": "0x8f82ced8643ce8e3f522926435bad60bd227b3c0b4f4035d0aa42b50500a7fe7", "name": "Fay stones (Gem)", "symbol": "Gem", "total_supply": 0, "max_supply": 5000, "abi": [{"anonymous": false, "inputs": [{"indexed": true, "name": "sender", "type": "address"}, {"indexed": true, "name": "receiver", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "approved", "type": "address"}, {"indexed": true, "name": "tokenId", "type": "uint256"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "name": "owner", "type": "address"}, {"indexed": true, "name": "operator", "type": "address"}, {"indexed": false, "name": "approved", "type": "bool"}], "name": "ApprovalForAll", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "name": "clear_to_send", "type": "bool"}], "name": "TransferAllowanceChange", "type": "event"}, {"inputs": [{"name": "_name", "type": "string"}, {"name": "_symbol", "type": "string"}, {"name": "baseURI", "type": "string"}, {"name": "artist", "type": "address"}, {"name": "_max_supply", "type": "uint256"}], "outputs": [], "stateMutability": "nonpayable", "type": "constructor", "name": "constructor"}, {"inputs": [], "name": "setDomainSeparator", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "interface_id", "type": "bytes4"}], "name": "supportsInterface", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "pure", "type": "function"}, {"inputs": [{"name": "artist", "type": "address"}], "name": "setArtist", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "address"}, {"name": "salePrice", "type": "uint256"}], "name": "royaltyInfo", "outputs": [{"components": [{"name": "receiver", "type": "address"}, {"name": "royaltyAmount", "type": "uint256"}], "name": "", "type": "tuple"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "tokenURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "baseURI", "type": "string"}], "name": "updateBaseURI", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "getApproved", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "releaseForTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "restrictTransfer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "receiver", "type": "address"}, {"name": "tokenId", "type": "uint256"}, {"name": "data", "type": "bytes"}], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "approved", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "operator", "type": "address"}, {"name": "approved", "type": "bool"}], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "minter", "type": "address"}], "name": "setMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}, {"name": "quantity", "type": "uint256"}], "name": "batchMintTo", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "receiver", "type": "address"}], "name": "mint", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "tokenId", "type": "uint256"}], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"name": "owner", "type": "address"}, {"name": "tokenId", "type": "uint256"}], "name": "burn_for", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "self_destruct", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "baseURI", "outputs": [{"name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "CLEAR_TO_SEND", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "ownerOf", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "address"}, {"name": "arg1", "type": "address"}], "name": "isApprovedForAll", "outputs": [{"name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "artist", "outputs": [{"name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"name": "arg0", "type": "uint256"}], "name": "nonces", "outputs": [{"name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [{"name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function"}]}}, "deployed_at": "2022-04-05T17:03:13+07"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment