EnsBatchRenew
Verified contract
Active on
Ethereum with 26,463 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) |
---|---|---|---|---|---|---|---|
| 21244819 | 2 hours ago | | | 0.0016602093 | 0.0026859915 | |
| 21244500 | 3 hours ago | | | 0.0034716412 | 0.0055064635 | |
| 21243137 | 8 hours ago | | | 0.0082533383 | 0.0039252751 | |
| 21243131 | 8 hours ago | | | 0.020908457 | 0.0045993206 | |
| 21242951 | 8 hours ago | | | 0.0088035608 | 0.0010373886 | |
| 21242938 | 8 hours ago | | | 0.00055022255 | 0.0011195704 | |
| 21242650 | 9 hours ago | | | 0.006036043 | 0.0021300720 | |
| 21242398 | 10 hours ago | | | 0.0038274643 | 0.0046500520 | |
| 21242127 | 11 hours ago | | | 0.0034037349 | 0.0031784720 | |
| 21242083 | 11 hours ago | | | 0.0098027564 | 0.0036905427 |
ABI
ABI objects
Getter at block 21245371
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.