EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 21 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) |
---|---|---|---|---|---|---|---|
| 14865163 | 2 years ago | | | 0 | 0.00066526326 | |
| 14865162 | 2 years ago | | | 0 | 0.00088960878 | |
| 14855624 | 2 years ago | | | 0 | 0.0019277905 | |
| 14850140 | 2 years ago | | | 0 | 0.0075984679 | |
| 14850066 | 2 years ago | | | 0 | 0.0084709998 | |
| 14849963 | 2 years ago | | | 0 | 0.015812541 | |
| 14849849 | 2 years ago | | | 0 | 0.0048552572 | |
| 14849836 | 2 years ago | | | 0 | 0.0025207669 | |
| 14836514 | 2 years ago | | | 0 | 0.0058644769 | |
| 14836258 | 2 years ago | | | 0 | 0.0013814074 |
ABI
ABI objects
Getter at block 21157418
implementation() view returns (address)
0x0582d4d3ac4dc8a5f05bf39a441549a3612397d9
upgradeabilityOwner() view returns (address)
0x3184be270b57e1e45bbb567ec13ac109748c22ea
version() view returns (uint256)
2
blocklistContract() view returns (address)
0x779f0399226bc48bfde8a21f31ff110436f3fcc1
bridgeContract() view returns (address)
0x4fa2ebf8ac682f30aafaef1048c86dfd0887f1c8
dailyLimit() view returns (uint256)
15000000000000000000000000
decimalShift() view returns (int256)
0
erc677token() view returns (address)
0xe6fd75ff38adca4b97fbcd938c86b98772431867
executionDailyLimit() view returns (uint256)
30000000000000000000000000
executionMaxPerTx() view returns (uint256)
1500000000000000000000000
feeManagerContract() view returns (address)
0x0000000000000000000000000000000000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=1, minor=1, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x582ed8fd
getCurrentDay() view returns (uint256)
20037
isInitialized() view returns (bool)
true
maxAvailablePerTx() view returns (uint256)
200000000000000000000000
maxPerTx() view returns (uint256)
200000000000000000000000
mediatorContractOnOtherSide() view returns (address)
0xe235cbc85e26824e4d855d4d0ac80f3a85a520e4
minPerTx() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x545af626985dc4f791cc38e477940daa18b531d5
requestGasLimit() view returns (uint256)
2000000
Read-only
messageFixed(bytes32 _messageId) view returns (bool)
totalExecutedPerDay(uint256 _day) view returns (uint256)
totalSpentPerDay(uint256 _day) view returns (uint256)
withinExecutionLimit(uint256 _amount) view returns (bool)
withinLimit(uint256 _amount) 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)
claimTokensFromErc677(address _token, address _to)
fixFailedMessage(bytes32 _messageId)
handleBridgedTokens(address _recipient, uint256 _value)
initialize(address _bridgeContract, address _mediatorContract, uint256[3] _dailyLimitMaxPerTxMinPerTxArray, uint256[2] _executionDailyLimitExecutionMaxPerTxArray, uint256 _requestGasLimit, int256 _decimalShift, address _owner, address _erc677token, address _feeManager) returns (bool)
onTokenTransfer(address _from, uint256 _value, bytes _data) returns (bool)
relayTokens(address _receiver, uint256 _value)
requestFailedMessageFix(bytes32 _messageId)
setBlocklistContract(address _blocklistContract)
setBridgeContract(address _bridgeContract)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
setFeeManagerContract(address _feeManager)
setMaxPerTx(uint256 _maxPerTx)
setMediatorContractOnOtherSide(address _mediatorContract)
setMinPerTx(uint256 _minPerTx)
setRequestGasLimit(uint256 _requestGasLimit)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
DailyLimitChanged(uint256 newLimit)
ExecutionDailyLimitChanged(uint256 newLimit)
FailedMessageFixed(bytes32 indexed messageId, address recipient, uint256 value)
FeeDistributed(uint256 feeAmount, bytes32 indexed messageId)
OwnershipTransferred(address previousOwner, address newOwner)
TokensBridged(address indexed recipient, uint256 value, bytes32 indexed messageId)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.