ETHRegistrarController
Verified contract
Active on
Ethereum with 4,407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3f66…4685
0xe2f1…2cca
0x4ed5…b65b
0x2d83…1b9b
Balances ($71.08)
Native
Value
$71.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022727 | $3,127.80 |
$71.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453029 | 3 months ago | | | 0 | 0.000031101000 | |
| 20452781 | 3 months ago | | | 0 | 0.000031101000 | |
| 15660250 | 2 years ago | | | 0 | 0.00016405074 | |
| 15660250 | 2 years ago | | | 0 | 0.00016405074 | |
| 15660250 | 2 years ago | | | 0 | 0.00016405074 | |
| 15660250 | 2 years ago | | | 0 | 0.00029014411 | |
| 15660250 | 2 years ago | | | 0 | 0.00016405074 | |
| 15660250 | 2 years ago | | | 0 | 0.00016405074 | |
| 15660250 | 2 years ago | | | 0 | 0.00016405074 | |
| 15660250 | 2 years ago | | | 0 | 0.00016405074 |
ABI
ABI objects
Getter at block 21159951
isOwner() view returns (bool)
false
maxCommitmentAge() view returns (uint256)
86400
minCommitmentAge() view returns (uint256)
20
minLen() view returns (uint256)
5
minRegistrationDuration() view returns (uint256)
3122064000
mintFreeCount() view returns (uint256)
1
owner() view returns (address)
0x7bf47c7198894d966a3955a9d8b896b3d778f804
reStorage() view returns (address)
0x2d839bc70ccc12d5ca9c4948d920d7acfc811b9b
white() view returns (address)
0x4ed5495e7d55ee79c9e12e4d9c995ab580b3b65b
Read-only
available(address _addr, string name) view returns (uint256)
available(string name) view returns (uint256)
commitments(bytes32) view returns (uint256)
makeCommitment(string name, address owner, bytes32 secret) pure returns (bytes32)
makeCommitmentWithConfig(string name, address owner, bytes32 secret, address resolver, address addr) pure returns (bytes32)
mintCount(address) view returns (uint256)
rentPrice(address _addr, string name, uint256 duration) view returns (uint256)
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
registerWithConfig(string name, address owner, uint256 duration, bytes32 secret, address resolver, address addr) payable
renew(string name, uint256 duration) payable
renounceOwnership()
setCommitmentAges(uint256 _minCommitmentAge, uint256 _maxCommitmentAge)
setFreeCount(uint256 _count)
setMinLen(uint256 _value)
setMinRegistrationDuration(uint256 _value)
setPriceOracle(address _prices)
setStorage(address _storage)
setWhite(address _white)
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, address _white, address _reStorage, uint256 _minLen, uint256 _mintFreeCount)
This contract contains no fallback and receive objects.
This contract contains no error objects.