EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 335 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 ($257,398.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 2.825733 | $91,091.00 |
$257,398.84 | |
$ | ERC-20 | 50K | -- | -- | |
$ Evmosia.com | ERC-20 | 2.5K | -- | -- | |
SWAPP | ERC-20 | 5 | -- | -- | |
YFBTC | ERC-20 | 0.009999 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007533 | a month ago | | | 0 | 0.0019192068 | |
| 20559613 | 3 months ago | | | 0 | 0.0013086500 | |
| 20077193 | 5 months ago | | | 0 | 0.0022281060 | |
| 19896183 | 6 months ago | | | 0 | 0.0011375300 | |
| 19878762 | 6 months ago | | | 0 | 0.0013084100 | |
| 19865714 | 6 months ago | | | 0 | 0.0013085300 | |
| 19651580 | 7 months ago | | | 0 | 0.0013084100 | |
| 19593461 | 7 months ago | | | 0 | 0.0014381140 | |
| 18870852 | a year ago | | | 0 | 0.0028249637 | |
| 18492379 | a year ago | | | 0 | 0.0040506523 |
ABI
ABI objects
Getter at block 21222243
implementation() view returns (address)
0x17cbe2c71859125a61df4daf0bc9c161e91c398d
proxyOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
upgradeabilityOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
version() view returns (uint256)
1
dailyLimit() view returns (uint256)
1000000000001
deployedAtBlock() view returns (uint256)
10931204
erc20token() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
executionDailyLimit() view returns (uint256)
5000000001
executionMaxPerTx() view returns (uint256)
5000000000
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)
20046
isInitialized() view returns (bool)
true
maxPerTx() view returns (uint256)
1000000000000
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)
0x15cea6265db6b59db31ca0d591bf710721df9e5d
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
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)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
setFeePercent(uint256 _feePercent)
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.