Treasure
Verified contract
Active on
Ethereum with 9,959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Treasure"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21034005 | 19 days ago | | | 0 | 0.00036370816 | |
| 21023739 | 21 days ago | | | 0 | 0.00035168413 | |
| 20708538 | 2 months ago | | | 0 | 0.000048333901 | |
| 20699543 | 2 months ago | | | 0 | 0.00013822046 | |
| 20668459 | 2 months ago | | | 0 | 0.000073316923 | |
| 20654903 | 2 months ago | | | 0 | 0.000025944262 | |
| 20607295 | 3 months ago | | | 0 | 0.000046164000 | |
| 20607218 | 3 months ago | | | 0 | 0.000062276159 | |
| 20607193 | 3 months ago | | | 0 | 0.000066474004 | |
| 20589882 | 3 months ago | | | 0 | 0.000025510765 |
ABI
ABI objects
Getter at block 21172884
contractURI() view returns (string)
https://3land.mypinata.cloud/ipfs/QmUozF2Jg66HnW13de2or59JeWmZ2uvSTwoX87Bee8nGE5
owner() view returns (address)
0x24737e614bc53acd07d8721f84bd118e29c97275
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
burners(uint256) view returns (address)
exists(uint256 id) view returns (bool)
getTreasure(uint256 typeId) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
materials(uint256, uint256) view returns (uint256)
materialsAmount(uint256, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
treasureURI(uint256) view returns (string)
uri(uint256 typeId) view returns (string)
State-modifying
Events airdrop(address to, uint256 typeId, uint256 amount)
airdropMultiAddress(address[] receivers, uint256 typeId, uint256 amount)
burnForAddress(uint256 typeId, address burnTokenAddress, uint256 amount)
mintTreasureWithRecipe(uint256 typeId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBurner(uint256 typeId, address burnAddress)
setContractURI(string _uri)
setMintRecipe(uint256 typeId, uint256[] materialIds, uint256[] amounts)
setTreasure(uint256 typeId, string _uri, address burnAddress)
setTreasureURI(uint256 typeId, string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MaterialBalance(uint256 typeId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _contractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.