AsteroidNames
Verified contract
Active on
Ethereum with 998 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 "AsteroidNames"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17790470 | a year ago | | | 0 | 0.0018438600 | |
| 17790263 | a year ago | | | 0 | 0.0019003652 | |
| 17790183 | a year ago | | | 0 | 0.0018308626 | |
| 17790183 | a year ago | | | 0 | 0.0019871085 | |
| 17788703 | a year ago | | | 0 | 0.0014773946 | |
| 17788699 | a year ago | | | 0 | 0.0014842173 | |
| 17788696 | a year ago | | | 0 | 0.0015518401 | |
| 17787924 | a year ago | | | 0 | 0.0018057390 | |
| 17765031 | a year ago | | | 0 | 0.0029322663 | |
| 17765013 | a year ago | | | 0 | 0.0025595005 |
ABI
ABI objects
Getter at block 21307044
paused() view returns (bool)
false
Read-only
getName(uint256 _asteroidId) view returns (string)
isNameUsed(string nameString) view returns (bool)
toLower(string str) pure returns (string)
validateName(string str) pure returns (bool)
State-modifying
Events setName(uint256 _asteroidId, string _newName)
NameChanged(uint256 indexed asteroidId, string newName)
Paused(address account)
Unpaused(address account)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.