EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "EternalStorageProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5729735 | 6 years ago | | | 0 | 0.00064407000 | |
| 5729732 | 6 years ago | | | 0 | 0.0040593840 | |
| 5729730 | 6 years ago | | | 0 | 0.0013849920 |
ABI
ABI objects
Getter at block 20956227
implementation() view returns (address)
0x2aa67a896faf42e921efb9d154f80ea020cd2cf1
proxyOwner() view returns (address)
0x0039f22efb07a647557c7c5d17854cfd6d489ef3
upgradeabilityOwner() view returns (address)
0x0039f22efb07a647557c7c5d17854cfd6d489ef3
version() view returns (uint256)
1
isInitialized() view returns (bool)
true
owner() view returns (address)
0x0039f22efb07a647557c7c5d17854cfd6d489ef3
requiredSignatures() view returns (uint256)
2
validatorCount() view returns (uint256)
3
Read-only
isValidator(address _validator) view returns (bool)
validators(address _validator) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(uint256 version, address implementation)
upgradeToAndCall(uint256 version, address implementation, bytes data) payable
addValidator(address _validator)
initialize(uint256 _requiredSignatures, address[] _initialValidators, address _owner) returns (bool)
removeValidator(address _validator)
setRequiredSignatures(uint256 _requiredSignatures)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
OwnershipTransferred(address previousOwner, address newOwner)
RequiredSignaturesChanged(uint256 requiredSignatures)
ValidatorAdded(address validator)
ValidatorRemoved(address validator)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.