BebRegistryOneStepController
Verified contract
Active on
Ethereum with 48,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($943.79)
Native
Value
$943.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.294891 | $3,200.47 |
$943.79 | |
HQG | ERC-20 | 0.00001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156043 | 7 hours ago | | | 0 | 0.0019777136 | |
| 21153669 | 15 hours ago | | | 0 | 0.0012765873 | |
| 21152525 | 19 hours ago | | | 0 | 0.0010732253 | |
| 21152463 | 19 hours ago | | | 0 | 0.0014688046 | |
| 21152256 | 20 hours ago | | | 0 | 0.0014177095 | |
| 21150218 | a day ago | | | 0 | 0.0017416994 | |
| 21149334 | a day ago | | | 0 | 0.0013828344 | |
| 21149186 | a day ago | | | 0 | 0.0013777809 | |
| 21148893 | a day ago | | | 0 | 0.0015855954 | |
| 21148009 | a day ago | | | 0 | 0.0010511586 |
ABI
ABI objects
Getter at block 21158133
MIN_REGISTRATION_DURATION() view returns (uint256)
2419200
owner() view returns (address)
0x64a571634e77e43999d80cde959726cdeacd65e9
prices() view returns (address)
0x8d881b939ceb6070a9368aa6d91bc42e30697da9
Read-only
available(string name) view returns (bool)
rentPrice(string name, uint256 duration) view returns (struct IPriceOraclePrice price)
valid(string name) pure returns (bool)
State-modifying
Events register(string name, address owner, uint256 duration) payable
renew(string name, uint256 duration) payable
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
NameRegistered(string name, bytes32 indexed label, address indexed owner, uint256 duration, uint256 baseCost, uint256 premium, uint256 expires)
NameRenewed(string name, bytes32 indexed label, uint256 cost, uint256 expires)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _base, address _prices)
This contract contains no fallback and receive objects.
This contract contains no error objects.