Resolver
Verified contract
Active on
Ethereum with 141,003 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0ee…60ca
Balances ($23.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRONG | ERC-20 | 7.207386 | $3.22 |
$23.21 | |
NRC | ERC-20 | 36.145 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280094 | 11 hours ago | | | 0 | 0.0016729357 | |
| 21198734 | 12 days ago | | | 0 | 0.0015914557 | |
| 21198729 | 12 days ago | | | 0 | 0.0016488321 | |
| 21198723 | 12 days ago | | | 0 | 0.0014355769 | |
| 21197524 | 12 days ago | | | 0 | 0.0016427166 | |
| 21197505 | 12 days ago | | | 0 | 0.0017607824 | |
| 21197490 | 12 days ago | | | 0 | 0.0018233675 | |
| 21197477 | 12 days ago | | | 0 | 0.0029804707 | |
| 21154970 | 18 days ago | | | 0 | 0.00060341400 | |
| 21124169 | 22 days ago | | | 0 | 0.00074465548 |
ABI
ABI objects
Getter at block 21283471
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.