EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 1,501 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) |
---|---|---|---|---|---|---|---|
| 17532317 | a year ago | | | 0 | 0.011668904 | |
| 17476776 | a year ago | | | 0 | 0.012712951 | |
| 17468336 | a year ago | | | 0 | 0.011668904 | |
| 17466201 | a year ago | | | 0 | 0.011633076 | |
| 17466200 | a year ago | | | 0 | 0.010943864 | |
| 17466199 | a year ago | | | 0 | 0.011668904 | |
| 17146963 | 2 years ago | | | 0 | 0.011668904 | |
| 17057256 | 2 years ago | | | 0 | 0.012713587 | |
| 17053407 | 2 years ago | | | 0 | 0.011668904 | |
| 16962511 | 2 years ago | | | 0 | 0.010218824 |
ABI
ABI objects
Getter at block 21296008
implementation() view returns (address)
0x6b45f2d834e8eed90610258860621b7334fed098
upgradeabilityOwner() view returns (address)
0x69e572bae60bd30d414dbd0adac0ae852bcbb447
version() view returns (uint256)
1
decimalShift() view returns (int256)
0
deployedAtBlock() view returns (uint256)
11231776
destinationChainId() view returns (uint256)
56
gasPrice() view returns (uint256)
60000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=5, minor=4, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x2544fbb9
isInitialized() view returns (bool)
true
maxGasPerTx() view returns (uint256)
2000000
messageId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
messageSender() view returns (address)
0x0000000000000000000000000000000000000000
messageSourceChainId() view returns (uint256)
0
owner() view returns (address)
0x6738105f76378b7cb905bf714b0682ed0731de5a
requiredBlockConfirmations() view returns (uint256)
1
requiredSignatures() view returns (uint256)
1
sourceChainId() view returns (uint256)
1
transactionHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
validatorContract() view returns (address)
0x86475f8fff69096d00aec8d20c86de42bb5605bb
Read-only
failedMessageDataHash(bytes32 _messageId) view returns (bytes32)
failedMessageReceiver(bytes32 _messageId) view returns (address)
failedMessageSender(bytes32 _messageId) view returns (address)
getMinimumGasUsage(bytes _data) pure returns (uint256 gas)
messageCallStatus(bytes32 _messageId) view returns (bool)
relayedMessages(bytes32 _txHash) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(uint256 version, address implementation)
upgradeToAndCall(uint256 version, address implementation, bytes data) payable
_sendMessage(address _contract, bytes _data, uint256 _gas, uint256 _dataType) returns (bytes32)
executeSignatures(bytes _data, bytes _signatures)
initialize(uint256 _sourceChainId, uint256 _destinationChainId, address _validatorContract, uint256 _maxGasPerTx, uint256 _gasPrice, uint256 _requiredBlockConfirmations, address _owner) returns (bool)
requireToPassMessage(address _contract, bytes _data, uint256 _gas) returns (bytes32)
setChainIds(uint256 _sourceChainId, uint256 _destinationChainId)
setGasPrice(uint256 _gasPrice)
setMaxGasPerTx(uint256 _maxGasPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
RelayedMessage(address indexed sender, address indexed executor, bytes32 indexed messageId, bool status)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
UserRequestForAffirmation(bytes32 indexed messageId, bytes encodedData)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.