ETHBulkRegistrar
Verified contract
Active on
Ethereum with 15,969 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "ETHBulkRegistrar"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299119 | 2 hours ago | | | 0.035408328 | 0.0098007442 | |
| 21298141 | 5 hours ago | | | 0.044404158 | 0.00078900607 | |
| 21295258 | 15 hours ago | | | 0 | 0.00062077442 | |
| 21290537 | a day ago | | | 0.0056148515 | 0.0014512143 | |
| 21290530 | a day ago | | | 0 | 0.00028970018 | |
| 21288654 | 2 days ago | | | 0.091028404 | 0.0021429362 | |
| 21288647 | 2 days ago | | | 0 | 0.00056063629 | |
| 21287572 | 2 days ago | | | 0.0014232647 | 0.0028660035 | |
| 21287556 | 2 days ago | | | 0 | 0.00062833684 | |
| 21286050 | 2 days ago | | | 0 | 0.00034063370 |
ABI
ABI objects
Getter at block 21299709
registrarController() view returns (address)
0x283af0b28c62c092c9727f1ee09c02ca627eb7f5
Read-only
bulkMakeCommitment(string[] name, address owner, bytes32 secret) view returns (bytes32[] commitmentList)
bulkRentPrice(string[] names, uint256 duration) view returns (uint256 total)
commitments(bytes32 commit) view returns (uint256)
makeCommitmentWithConfig(string name, address owner, bytes32 secret, address resolver, address addr) view returns (bytes32 commitment)
State-modifying
Events bulkCommit(bytes32[] commitmentList)
bulkRegister(string[] names, address owner, uint256 duration, bytes32 secret) payable
bulkRenew(string[] names, uint256 duration) payable
registerWithConfig(string name, address owner, uint256 duration, bytes32 secret, address resolver, address addr) payable
This contract contains no event objects.
constructor(address _registrarController)
This contract contains no fallback and receive objects.
This contract contains no error objects.