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 "nod.i"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208929 | a month ago | | | 0 | 0.0015445198 | |
| 20857850 | 3 months ago | | | 0 | 0.00025930250 | |
| 20857849 | 3 months ago | | | 0 | 0.00045433443 | |
| 20857813 | 3 months ago | | | 0 | 0.00040140927 | |
| 20669779 | 3 months ago | | | 0 | 0.00016273392 | |
| 20384381 | 5 months ago | | | 0 | 0.00093720113 | |
| 20350306 | 5 months ago | | | 0 | 0.00014710984 | |
| 20218626 | 5 months ago | | | 0 | 0.00031259860 | |
| 20218372 | 5 months ago | | | 0 | 0.00018533046 | |
| 20218323 | 5 months ago | | | 0 | 0.00027622709 |
ABI
ABI objects
Getter at block 21409654
baseURI() view returns (string)
https://server.nod-i.com/collection/metadata/token/
contractURI() view returns (string)
https://server.nod-i.com/collection/metadata/token/contract.json
name() view returns (string)
nod.i
owner() view returns (address)
0xd5e8e0b176b4a8b372088f08d5a44dfc1555a636
redeemProxy() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NODI
totalSupply() view returns (uint256)
195
treasure() view returns (address)
0xfbfd5d82bb1fd1634aa1254a2ba6ca4e2ace91ce
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
redeemedTimestamp(uint256) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId)
mints(address to, uint256[] tokenId)
redeemByProxy(uint256 tokenId, bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMinter(address _minter, bool _isMinter)
setRedeemProxy(address _redeemProxy)
setRoyalties(address _treasure, uint96 _amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _treasure)
This contract contains no fallback and receive objects.
This contract contains no error objects.