ETHBulkRegistrar
Verified contract
Active on
Ethereum with 15,859 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) |
---|---|---|---|---|---|---|---|
| 21158035 | a few seconds ago | | | 0.0079231095 | 0.0040242836 | |
| 21155629 | 8 hours ago | | | 0.0031886114 | 0.0012339628 | |
| 21154485 | 12 hours ago | | | 0.0064669288 | 0.0018697618 | |
| 21154476 | 12 hours ago | | | 0 | 0.00045921272 | |
| 21154243 | 13 hours ago | | | 0.0064321703 | 0.0021435030 | |
| 21154236 | 13 hours ago | | | 0 | 0.00042630841 | |
| 21153118 | 16 hours ago | | | 0.0016405612 | 0.0070004900 | |
| 21153110 | 16 hours ago | | | 0 | 0.0012043177 | |
| 21152110 | 20 hours ago | | | 0 | 0.00050373742 | |
| 21151943 | 20 hours ago | | | 0.0016603763 | 0.0025655817 |
ABI
ABI objects
Getter at block 21158035
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.