ETHRegistrarController
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x908e…c1f1
0xb8fe…841b
Balances ($1,414.38)
Native
Value
$1,414.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.451696 | $3,131.27 |
$1,414.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12095636 | 4 years ago | | | 0.022832125 | 0.0055550682 | |
| 12090230 | 4 years ago | | | 0 | 0.0078042210 | |
| 12090192 | 4 years ago | | | 0 | 0.0088069980 | |
| 12090170 | 4 years ago | | | 0 | 0.010986948 | |
| 11989864 | 4 years ago | | | 0.024433102 | 0.012075994 | |
| 11989855 | 4 years ago | | | 0 | 0.0030693696 | |
| 10926460 | 4 years ago | | | 0.1178843 | 0.029536463 | |
| 10926455 | 4 years ago | | | 0 | 0.0081530130 | |
| 10926420 | 4 years ago | | | 0.11721201 | 0.023905867 | |
| 10926402 | 4 years ago | | | 0 | 0.0078478200 |
ABI
ABI objects
Getter at block 21220039
MIN_REGISTRATION_DURATION() view returns (uint256)
0
isOwner() view returns (bool)
false
maxCommitmentAge() view returns (uint256)
86400
minCommitmentAge() view returns (uint256)
60
owner() view returns (address)
0x179f5ed4f3c81b8cf9bc361edba12d73cafc6dbe
Read-only
available(string name) view returns (bool)
commitments(bytes32) view returns (uint256)
makeCommitment(string name, address owner, bytes32 secret) pure returns (bytes32)
rentPrice(string name, uint256 duration) view returns (uint256)
supportsInterface(bytes4 interfaceID) pure returns (bool)
valid(string name) view returns (bool)
State-modifying
Events commit(bytes32 commitment)
register(string name, address owner, uint256 duration, bytes32 secret) payable
renew(string name, uint256 duration) payable
renounceOwnership()
setCommitmentAges(uint256 _minCommitmentAge, uint256 _maxCommitmentAge)
setPriceOracle(address _prices)
transferOwnership(address newOwner)
withdraw()
NameRegistered(string name, bytes32 indexed label, address indexed owner, uint256 cost, uint256 expires)
NameRenewed(string name, bytes32 indexed label, uint256 cost, uint256 expires)
NewPriceOracle(address indexed oracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _base, address _prices, uint256 _minCommitmentAge, uint256 _maxCommitmentAge)
This contract contains no fallback and receive objects.
This contract contains no error objects.