Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0ee…60ca
Balances ($0.00)
No balances found for "Resolver"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13018753 | 3 years ago | | | 0 | 0.0051077281 | |
| 12811262 | 3 years ago | | | 0 | 0.00091645849 | |
| 12810673 | 3 years ago | | | 0 | 0.00042450000 | |
| 12810629 | 3 years ago | | | 0 | 0.0012132700 | |
| 12809132 | 3 years ago | | | 0 | 0.00058252000 | |
| 12809041 | 3 years ago | | | 0 | 0.00076146000 | |
| 12718194 | 3 years ago | | | 0 | 0.0013344650 | |
| 12655249 | 3 years ago | | | 0 | 0.0012131500 | |
| 12563124 | 3 years ago | | | 0 | 0.0038445600 | |
| 12514954 | 4 years ago | | | 0 | 0.0039286590 |
ABI
ABI objects
Getter at block 21312128
registry() view returns (address)
0xd1e5b0ff1287aa9f9a268759062e4ab08b9dacbe
Read-only
get(string key, uint256 tokenId) view returns (string)
getByHash(uint256 keyHash, uint256 tokenId) view returns (string key, string value)
getMany(string[] keys, uint256 tokenId) view returns (string[])
getManyByHash(uint256[] keyHashes, uint256 tokenId) view returns (string[] keys, string[] values)
hashToKey(uint256 keyHash) view returns (string)
hashesToKeys(uint256[] hashes) view returns (string[])
nonceOf(uint256 tokenId) view returns (uint256)
State-modifying
Events preconfigure(string[] keys, string[] values, uint256 tokenId)
reconfigure(string[] keys, string[] values, uint256 tokenId)
reconfigureFor(string[] keys, string[] values, uint256 tokenId, bytes signature)
reset(uint256 tokenId)
resetFor(uint256 tokenId, bytes signature)
set(string key, string value, uint256 tokenId)
setFor(string key, string value, uint256 tokenId, bytes signature)
setMany(string[] keys, string[] values, uint256 tokenId)
setManyFor(string[] keys, string[] values, uint256 tokenId, bytes signature)
NewKey(uint256 indexed tokenId, string indexed keyIndex, string key)
ResetRecords(uint256 indexed tokenId)
Set(uint256 indexed tokenId, string indexed keyIndex, string indexed valueIndex, string key, string value)
constructor(address registry, address mintingController)
This contract contains no fallback and receive objects.
This contract contains no error objects.