EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 155 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) |
---|---|---|---|---|---|---|---|
| 16411860 | 2 years ago | | | 0 | 0.0045510986 | |
| 16411860 | 2 years ago | | | 0 | 0.0045512817 | |
| 16411860 | 2 years ago | | | 0 | 0.0045507324 | |
| 16258078 | 2 years ago | | | 0 | 0.0036132373 | |
| 16254748 | 2 years ago | | | 0 | 0.0037092837 | |
| 16253891 | 2 years ago | | | 0 | 0.0041742883 | |
| 16253296 | 2 years ago | | | 0 | 0.0037837342 | |
| 16240733 | 2 years ago | | | 0 | 0.0069518154 | |
| 16235593 | 2 years ago | | | 0 | 0.0043929143 | |
| 16235310 | 2 years ago | | | 0 | 0.0044527998 |
ABI
ABI objects
Getter at block 21268739
implementation() view returns (address)
0x687da9c24ffead07d71601582e28d9c2f675032a
upgradeabilityOwner() view returns (address)
0x6219b6b621e6e66a6c5a86136145e6e5bc6e4672
version() view returns (uint256)
1
allowReentrantRequests() view returns (bool)
false
decimalShift() view returns (int256)
0
deployedAtBlock() view returns (uint256)
15449807
destinationChainId() view returns (uint256)
56
gasPrice() view returns (uint256)
20000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=6, minor=2, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x2544fbb9
isInitialized() view returns (bool)
true
maxGasPerTx() view returns (uint256)
5000000000000000
messageId() view returns (bytes32 id)
0x0000000000000000000000000000000000000000000000000000000000000000
messageSender() view returns (address sender)
0x0000000000000000000000000000000000000000
messageSourceChainId() view returns (uint256 id)
0
owner() view returns (address)
0x6219b6b621e6e66a6c5a86136145e6e5bc6e4672
requiredBlockConfirmations() view returns (uint256)
2
requiredSignatures() view returns (uint256)
1
sourceChainId() view returns (uint256)
1
transactionHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
validatorContract() view returns (address)
0xf768e863e335693a0cd475a618e507ee2753a4df
Read-only
affirmationsSigned(bytes32 _hash) view returns (bool)
failedMessageDataHash(bytes32 _messageId) view returns (bytes32)
failedMessageReceiver(bytes32 _messageId) view returns (address)
failedMessageSender(bytes32 _messageId) view returns (address)
isAlreadyProcessed(uint256 _number) pure returns (bool)
isAsyncRequestSelectorEnabled(bytes32 _requestSelector) view returns (bool)
message(bytes32 _hash) view returns (bytes)
messageCallStatus(bytes32 _messageId) view returns (bool)
messagesSigned(bytes32 _message) view returns (bool)
numAffirmationsSigned(bytes32 _hash) view returns (uint256)
numMessagesSigned(bytes32 _message) view returns (uint256)
signature(bytes32 _hash, uint256 _index) view returns (bytes)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(uint256 version, address implementation)
upgradeToAndCall(uint256 version, address implementation, bytes data) payable
claimTokens(address _token, address _to)
confirmInformation(bytes32 _messageId, bool _status, bytes _result)
enableAsyncRequestSelector(bytes32 _requestSelector, bool _enable)
executeAffirmation(bytes _message)
initialize(uint256 _sourceChainId, uint256 _destinationChainId, address _validatorContract, uint256 _maxGasPerTx, uint256 _gasPrice, uint256 _requiredBlockConfirmations, address _owner) returns (bool)
requireToConfirmMessage(address _contract, bytes _data, uint256 _gas) returns (bytes32)
requireToGetInformation(bytes32 _requestSelector, bytes _data) returns (bytes32)
requireToPassMessage(address _contract, bytes _data, uint256 _gas) returns (bytes32)
setAllowReentrantRequests(bool _enable)
setChainIds(uint256 _sourceChainId, uint256 _destinationChainId)
setGasPrice(uint256 _gasPrice)
setMaxGasPerTx(uint256 _maxGasPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
submitSignature(bytes _signature, bytes _message)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
AffirmationCompleted(address indexed sender, address indexed executor, bytes32 indexed messageId, bool status)
CollectedSignatures(address authorityResponsibleForRelay, bytes32 messageHash, uint256 NumberOfCollectedSignatures)
EnabledAsyncRequestSelector(bytes32 indexed requestSelector, bool enable)
GasPriceChanged(uint256 gasPrice)
InformationRetrieved(bytes32 indexed messageId, bool status, bool callbackStatus)
OwnershipTransferred(address previousOwner, address newOwner)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
SignedForAffirmation(address indexed signer, bytes32 messageHash)
SignedForInformation(address indexed signer, bytes32 indexed messageId)
SignedForUserRequest(address indexed signer, bytes32 messageHash)
UserRequestForInformation(bytes32 indexed messageId, bytes32 indexed requestSelector, address indexed sender, bytes data)
UserRequestForSignature(bytes32 indexed messageId, bytes encodedData)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.