ETHRegistrarController
Verified contract
Active on
Ethereum with 2,673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4385…3449
Balances ($0.00)
No balances found for "ETHRegistrarController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607560 | 3 months ago | | | 0 | 0.00016941183 | |
| 20576624 | 3 months ago | | | 0 | 0.00049307327 | |
| 20576618 | 3 months ago | | | 0 | 0.000033638842 | |
| 20469495 | 3 months ago | | | 0 | 0.00011608493 | |
| 19875952 | 6 months ago | | | 0 | 0.00046064582 | |
| 19875950 | 6 months ago | | | 0 | 0.00075097553 | |
| 19875069 | 6 months ago | | | 0 | 0.0051788190 | |
| 19875045 | 6 months ago | | | 0 | 0.00035383945 | |
| 19824381 | 6 months ago | | | 0 | 0.0052317232 | |
| 19824363 | 6 months ago | | | 0 | 0.00033833688 |
ABI
ABI objects
Getter at block 21158401
MIN_REGISTRATION_DURATION() view returns (uint256)
2419200
auction() view returns (address)
0xcecc83d4327d080ee38046c014188d77b7663123
maxCommitmentAge() view returns (uint256)
86400
minCommitmentAge() view returns (uint256)
25
nameWrapper() view returns (address)
0xe2096c37364d48d9292c0cef29aa27d0653c1af4
owner() view returns (address)
0x89100ecbdb2b2dfdf67c3c5fdb28a44f33d3ee48
prices() view returns (address)
0xb7f90bf05851f9135561f82921d31cf0b29076ab
reverseRegistrar() view returns (address)
0x8c6bb53f76bfc851622fe9c075a63cb6918e2122
tomi() view returns (address)
0x4385328cc4d643ca98dfea734360c0f596c83449
Read-only
NODES(string) view returns (bytes32)
available(string name, string tld) view returns (bool)
commitments(bytes32) view returns (uint256)
computeNamehash(string _name) pure returns (bytes32 namehash_)
makeCommitment(struct IETHRegistrarControllerdomain name, address owner, uint256 duration, bytes32 secret, address resolver, bytes[] data, bool reverseRecord, uint32 fuses) pure returns (bytes32)
rentPrice(string name, uint256 duration, bytes32 tld_) view returns (struct IPriceOraclePrice price)
supportsInterface(bytes4 interfaceID) pure returns (bool)
valid(string name, string tld) view returns (bool)
State-modifying
Events addTld(string tld, uint256 price_, address percenatgeReceiver)
commit(bytes32 commitment)
register(struct IETHRegistrarControllerdomain name, address owner, uint256 duration, bytes32 secret, address resolver, bytes[] data, bool reverseRecord, uint32 fuses, uint64 wrapperExpiry) payable
removeTld(string tld)
renew(string name, uint256 duration, string tld) payable
renounceOwnership()
setAuction(address _auction)
transferOwnership(address newOwner)
withdraw()
NameRegistered(struct IETHRegistrarControllerdomain name, bytes32 indexed label, address indexed owner, uint256 baseCost, uint256 premium, uint256 expires)
NameRenewed(string name, bytes32 indexed label, uint256 cost, uint256 expires, string tld)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TldAdded(string name, bytes32 indexed namehash, uint256 price, address percenatgeReceiver)
TldRemoved(string name)
constructor(address _base, address _prices, uint256 _minCommitmentAge, uint256 _maxCommitmentAge, address _reverseRegistrar, address _nameWrapper, address _tomi)
This contract contains no fallback and receive objects.
This contract contains no error objects.