EnsBatchRenew
Verified contract
Active on
Ethereum with 26,099 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EnsBatchRenew"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156371 | 3 hours ago | | | 0.0017266954 | 0.0014348828 | |
| 21155690 | 6 hours ago | | | 0.023060278 | 0.0017459985 | |
| 21155672 | 6 hours ago | | | 0.029782183 | 0.0014979524 | |
| 21155655 | 6 hours ago | | | 0.23752086 | 0.032110890 | |
| 21155631 | 6 hours ago | | | 0.01389098 | 0.0024913446 | |
| 21155553 | 6 hours ago | | | 0.0092606535 | 0.0019325352 | |
| 21155292 | 7 hours ago | | | 0.0091467223 | 0.0013697074 | |
| 21154734 | 9 hours ago | | | 0.0011071868 | 0.0010767810 | |
| 21154701 | 9 hours ago | | | 0.0070024533 | 0.0021662326 | |
| 21154696 | 9 hours ago | | | 0.000033551115 | 0.00080933799 |
ABI
ABI objects
Getter at block 21157349
baseRegistrar() view returns (address)
0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85
ens() view returns (address)
0x253553366da8546fc250f225fe3d25d0c782303b
nameWrapper() view returns (address)
0xd4416b13d2b3a9abae7acd5d6c2bbdbe25686401
owner() view returns (address)
0xa7673ab3b0949a0efcd818c86c71fff7cd645ac7
Read-only
getExpiryArray(uint256[] _ids) view returns (uint256[] _expiries)
getExpiryArrayFromLabels(string[] _names) view returns (uint256[] _expiries)
getPrice(string[] _names, uint256[] _durations) view returns (uint256 _price)
getSyncArray(uint256[] _ids, uint256 _newExpiry) view returns (uint256[] _durations)
getSyncArrayFromLabels(string[] _labels, uint256 _newExpiry) view returns (uint256[] _durations)
getSyncPriceFromLabels(string[] _names, uint256 _syncdate) view returns (uint256 _price)
State-modifying
Events batchRenew(string[] _names, uint256[] _durations) payable
batchRenewAny(string[] _names, uint256[] _durations, bytes32[] _parentNodes, bytes32[] _subLabelHashes, uint64[] _subExpiries) payable
batchRenewSubdomains(bytes32[] _parentNodes, bytes32[] _subLabelHashes, uint64[] _subExpiries)
renounceOwnership()
syncExpirations(string[] _names, uint256 _syncdate) payable
transferOwnership(address newOwner)
visionRenew(string[] _names, uint256 _duration) payable
withdrawTokens(address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _ens, address _baseRegistrar, address _nameWrapper)
This contract contains no fallback and receive objects.
This contract contains no error objects.