EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 469 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) |
---|---|---|---|---|---|---|---|
| 21169992 | 14 days ago | | | 0 | 0.0042369179 | |
| 20770263 | 2 months ago | | | 0 | 0.0015223800 | |
| 20164996 | 5 months ago | | | 0 | 0.0015222600 | |
| 19553160 | 8 months ago | | | 0 | 0.0027697284 | |
| 19376504 | 9 months ago | | | 0 | 0.010045404 | |
| 19376497 | 9 months ago | | | 0 | 0.010043620 | |
| 19363642 | 9 months ago | | | 0 | 0.018071579 | |
| 19164059 | 10 months ago | | | 0 | 0.0036232333 | |
| 19148385 | 10 months ago | | | 0 | 0.0028431169 | |
| 19055705 | 10 months ago | | | 0 | 0.0027556604 |
ABI
ABI objects
Getter at block 21269542
implementation() view returns (address)
0x0ed5cd2a1b9fcf47b37c5e3088d3367b2f8861e0
proxyOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
upgradeabilityOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
version() view returns (uint256)
2
dailyLimit() view returns (uint256)
10000000000000000000000000001
deployedAtBlock() view returns (uint256)
12321246
erc20token() view returns (address)
0x1e053d89e08c24aa2ce5c5b4206744dc2d7bd8f5
erc677token() view returns (address)
0x1e053d89e08c24aa2ce5c5b4206744dc2d7bd8f5
executionDailyLimit() view returns (uint256)
10000000000000000000000000001
executionMaxPerTx() view returns (uint256)
10000000000000000000000000000
feePercent() view returns (uint256)
0
gasPrice() view returns (uint256)
10000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=2, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0xba4690f5
getCurrentDay() view returns (uint256)
20053
isInitialized() view returns (bool)
true
maxPerTx() view returns (uint256)
10000000000000000000000000000
minPerTx() view returns (uint256)
0
owner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
requiredBlockConfirmations() view returns (uint256)
8
requiredSignatures() view returns (uint256)
2
upgradeabilityAdmin() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
validatorContract() view returns (address)
0xf6a9244fd7ac79ec1030433a1f5e32c2bfedc059
Read-only
relayedMessages(bytes32 _txHash) view returns (bool)
subtractFee(uint256 _value) view returns (uint256)
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
callToken(bytes data) payable returns (bool)
claimTokens(address _token, address _to)
executeSignatures(uint8[] vs, bytes32[] rs, bytes32[] ss, bytes message)
initialize(address _validatorContract, address _erc20token, uint256 _requiredBlockConfirmations, uint256 _gasPrice, uint256 _maxPerTx, uint256 _homeDailyLimit, uint256 _homeMaxPerTx, address _owner, uint256 _feePercent) returns (bool)
onTokenTransfer(address _from, uint256 _value, bytes) returns (bool)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
setFeePercent(uint256 _feePercent)
setFundingRules(uint256 _periodLength, uint256 _maxPeriodFunds, uint256 _threshold, uint256 _amount)
setGasPrice(uint256 _gasPrice)
setMaxPerTx(uint256 _maxPerTx)
setMinPerTx(uint256 _minPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
DailyLimitChanged(uint256 newLimit)
ExecutionDailyLimitChanged(uint256 newLimit)
FeePercentChanged(uint256 newFeePercent)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
RelayedMessage(address recipient, uint256 value, bytes32 transactionHash)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.