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 "NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15921454 | 2 years ago | | | 0 | 0.0024342500 | |
| 15921446 | 2 years ago | | | 0 | 0.0023302500 | |
| 15921376 | 2 years ago | | | 0 | 0.0035564000 | |
| 15921347 | 2 years ago | | | 0 | 0.0035564000 | |
| 15921343 | 2 years ago | | | 0 | 0.0023272500 |
ABI
ABI objects
Getter at block 21318374
deployer() view returns (address)
0x1c0aa8ccd568d90d61659f060d1bfb1e6f855a20
name() view returns (string)
NFT
symbol() view returns (string)
NFT
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) pure returns (string)
State-modifying
Events approve(address spender, uint256 id)
burn(uint256 id)
mint(address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyMinted()
InvalidRecipient()
NotMinted()
Unauthorized()
UnsafeRecipient()
WrongFrom()
ZeroAddress()