EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 136 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 ($1,925.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 118.112559 | $16.30 |
$1,925.23 | |
KICK | ERC-20 | 888.888K | -- | -- | |
AMB | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11496779 | 4 years ago | | | 0 | 0.018010683 | |
| 11293836 | 4 years ago | | | 0 | 0.0080402300 | |
| 11104424 | 4 years ago | | | 0 | 0.0072132500 | |
| 11079689 | 4 years ago | | | 0 | 0.0036728720 | |
| 11077174 | 4 years ago | | | 0 | 0.0023227600 | |
| 11076869 | 4 years ago | | | 0 | 0.0030560746 | |
| 10819472 | 4 years ago | | | 0 | 0.010771986 | |
| 10775386 | 4 years ago | | | 0 | 0.073075000 | |
| 10736890 | 4 years ago | | | 0 | 0.014177714 | |
| 10729419 | 4 years ago | | | 0 | 0.013735844 |
ABI
ABI objects
Getter at block 21198694
implementation() view returns (address)
0x5281f151bb852581715f234b7536aa4c04fe709c
proxyOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
upgradeabilityOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
version() view returns (uint256)
1
dailyLimit() view returns (uint256)
100000000000000000000000001
deployedAtBlock() view returns (uint256)
8223508
erc20token() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
executionDailyLimit() view returns (uint256)
500000000000000000000001
executionMaxPerTx() view returns (uint256)
500000000000000000000000
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)
20043
isInitialized() view returns (bool)
true
maxPerTx() view returns (uint256)
100000000000000000000000000
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)
0x10dd543901e435ae15f2742f14ce0bd54222fd4d
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.