ETHRegistrarController
Verified contract
Active on
Ethereum with 38,930 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfac7…1e04
0xb9d3…233a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBK | ERC-20 | 279.777912 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11588897 | 4 years ago | | | 0 | 0.0045850350 | |
| 9126993 | 5 years ago | | | 0 | 0.00013973440 | |
| 9049973 | 5 years ago | | | 0.027274978 | 0.000028321000 | |
| 9049890 | 5 years ago | | | 0 | 0.000044339000 | |
| 9049890 | 5 years ago | | | 0 | 0.000044339000 | |
| 9049890 | 5 years ago | | | 0 | 0.000044339000 | |
| 9049890 | 5 years ago | | | 0.027274978 | 0.000028321000 | |
| 9049414 | 5 years ago | | | 0 | 0.000044339000 | |
| 9049414 | 5 years ago | | | 0 | 0.000044339000 | |
| 9049348 | 5 years ago | | | 0 | 0.000044339000 |
ABI
ABI objects
Getter at block 21287646
MIN_REGISTRATION_DURATION() view returns (uint256)
2419200
isOwner() view returns (bool)
false
maxCommitmentAge() view returns (uint256)
86400
minCommitmentAge() view returns (uint256)
60
owner() view returns (address)
0x911143d946ba5d467bfc476491fdb235fef4d667
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.