TokiemonUserRegistry
Verified contract
Active on
Base with 3,681 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 "TokiemonUserRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744367 | 39 minutes ago | | | 0 | 4.5362355e-7 | |
| 22743090 | an hour ago | | | 0 | 4.4742503e-7 | |
| 22739395 | 3 hours ago | | | 0 | 2.2082567e-7 | |
| 22738679 | 4 hours ago | | | 0 | 2.2182384e-7 | |
| 22735848 | 5 hours ago | | | 0 | 0.0000076506650 | |
| 22735441 | 6 hours ago | | | 0 | 2.5391177e-7 | |
| 22729999 | 9 hours ago | | | 0 | 1.6838419e-7 | |
| 22729664 | 9 hours ago | | | 0 | 2.2714886e-7 | |
| 22728413 | 10 hours ago | | | 0 | 0.0000076438891 | |
| 22728005 | 10 hours ago | | | 0 | 1.4781058e-7 |
ABI
ABI objects
Getter at block 22745545
MAX_USERNAME_LENGTH() view returns (uint8)
14
owner() view returns (address)
0x82249ddc2ab498f1c40266f432973d9f0c52c404
Read-only
getAddress(string _username) view returns (address)
getUsername(address _user) view returns (string)
State-modifying
Events renounceOwnership()
setUsername(string _username)
setUsernameByOwner(address _user, string _username)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UsernameSet(address indexed user, string username)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)