EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 211,098 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 78.857543K | -- | -- | |
pepecoin | ERC-20 | 3.711831K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242116 | 2 minutes ago | | | 0 | 0.0027241374 | |
| 21242105 | 5 minutes ago | | | 0 | 0.0024525602 | |
| 21242104 | 5 minutes ago | | | 0 | 0.0029024102 | |
| 21242071 | 11 minutes ago | | | 0 | 0.0023065122 | |
| 21242064 | 13 minutes ago | | | 0 | 0.0021176881 | |
| 21242062 | 13 minutes ago | | | 0 | 0.0024308418 | |
| 21242058 | 14 minutes ago | | | 0 | 0.0020377009 | |
| 21242050 | 16 minutes ago | | | 0 | 0.0021908798 | |
| 21242046 | 16 minutes ago | | | 0 | 0.0024082689 | |
| 21242042 | 17 minutes ago | | | 0 | 0.0025363117 |
ABI
ABI objects
Getter at block 21242125
implementation() view returns (address)
0xe98699957d3504acd57fff861e4b77b57eb02467
upgradeabilityOwner() view returns (address)
0xdf5d165a7eb95d26355c56d53799b7da1240e585
version() view returns (uint256)
1
allowReentrantRequests() view returns (bool)
false
decimalShift() view returns (int256)
0
deployedAtBlock() view returns (uint256)
17264129
destinationChainId() view returns (uint256)
369
gasPrice() view returns (uint256)
100000000000
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)
2000000
messageId() view returns (bytes32 id)
0x0000000000000000000000000000000000000000000000000000000000000000
messageSender() view returns (address sender)
0x0000000000000000000000000000000000000000
messageSourceChainId() view returns (uint256 id)
0
owner() view returns (address)
0x0fb17adb94627eea37bb7ef12f85ab4590e3805f
requiredBlockConfirmations() view returns (uint256)
65
requiredSignatures() view returns (uint256)
5
sourceChainId() view returns (uint256)
1
transactionHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
validatorContract() view returns (address)
0x2fa878ab3f87cc1c9737fc071108f904c0b0c95d
Read-only
failedMessageDataHash(bytes32 _messageId) view returns (bytes32)
failedMessageReceiver(bytes32 _messageId) view returns (address)
failedMessageSender(bytes32 _messageId) view returns (address)
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
claimTokens(address _token, address _to)
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)
safeExecuteSignatures(bytes _data, bytes _signatures)
safeExecuteSignaturesWithAutoGasLimit(bytes _data, bytes _signatures)
safeExecuteSignaturesWithGasLimit(bytes _data, bytes _signatures, uint32 _gas)
setAllowReentrantRequests(bool _enable)
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.