NicknameRegistrar
Verified contract
Active on
Ethereum with 279 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($980.46)
Native
Value
$980.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.31 | $3,162.78 |
$980.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7592952 | 6 years ago | | | 0.01 | 0.00023128000 | |
| 7129403 | 6 years ago | | | 0.01 | 0.00017833000 | |
| 7054344 | 6 years ago | | | 0.01 | 0.00013567000 | |
| 7038088 | 6 years ago | | | 0.01 | 0.00013643800 | |
| 7009984 | 6 years ago | | | 0.01 | 0.00013631000 | |
| 6863342 | 6 years ago | | | 0.01 | 0.00027082800 | |
| 6802589 | 6 years ago | | | 0.01 | 0.00055087200 | |
| 6777636 | 6 years ago | | | 0.01 | 0.00034045500 | |
| 6777529 | 6 years ago | | | 0.01 | 0.00027236400 | |
| 6777096 | 6 years ago | | | 0.01 | 0.00027313200 |
ABI
ABI objects
Getter at block 21178804
authority() view returns (address)
0x0000000000000000000000000000000000000000
namePrice() view returns (uint256)
10000000000000000
owner() view returns (address)
0x853012bce9eacabc6e9047be9630a7e6b3739a7a
Read-only
addresses(string name) view returns (address)
hasName(address addr) view returns (bool)
nameTaken(string name) view returns (bool)
names(address) view returns (string)
pendingNameTransfers(address) view returns (string)
State-modifying
Events acceptNameTranfer()
getMoney()
setAuthority(address authority_)
setMyName(string newName) payable
setOwner(address owner_)
transferMyName(address to) payable
unsetMyName()
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
NameSet(address addr, string name)
NameTransferAccepted(address by, string name)
NameTransferRequested(address from, address to, string name)
NameUnset(address addr)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.