AddressRegistry
Verified contract
Active on
Ethereum with 5,157 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 "AddressRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157291 | 7 hours ago | | | 0 | 0.00053059099 | |
| 21152915 | a day ago | | | 0 | 0.0012643221 | |
| 21146930 | 2 days ago | | | 0 | 0.0010527142 | |
| 21141412 | 3 days ago | | | 0 | 0.00029538698 | |
| 21133536 | 4 days ago | | | 0 | 0.0014008794 | |
| 21123223 | 5 days ago | | | 0 | 0.0021743555 | |
| 21118413 | 6 days ago | | | 0 | 0.00088233644 | |
| 21089981 | 10 days ago | | | 0 | 0.00073387761 | |
| 21073957 | 12 days ago | | | 0 | 0.00034554247 | |
| 21073428 | 12 days ago | | | 0 | 0.0017568342 |
ABI
ABI objects
Getter at block 21159463
currentEpoch() view returns (uint256)
1730937600
eDuration() view returns (uint256)
1209600
forwardLength() view returns (uint256)
4289
nextEpoch() view returns (uint256)
1732147200
optOutLength() view returns (uint256)
1
owner() view returns (address)
0xe39b8617d571cee5e75e1ec6b2bb40ddc8cf6fa3
Read-only
batchAddressCheck(address[] accounts) view returns (address[])
forwardHistory(uint256) view returns (address)
forwardPage(uint256 size, uint256 page) view returns (address[])
inForwardHistory(address) view returns (bool)
inOptOutHistory(address) view returns (bool)
optOutHistory(uint256) view returns (address)
optOutPage(uint256 size, uint256 page) view returns (address[])
registry(address) view returns (uint256 start, address to, uint256 expiration)
State-modifying
Events execute(address _to, uint256 _value, bytes _data) returns (bool, bytes)
forceRegistry(address _from, address _to)
forceToExpire(address _from)
setRegistry(address _to)
setToExpire()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
expReg(address indexed _from, uint256 indexed _end)
setReg(address indexed _from, address indexed _to, uint256 indexed _start)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.