EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 16,205 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.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IDRT | ERC-20 | 700 | $0.000063 |
$0.04 | |
DESI | ERC-20 | 10K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14279601 | 3 years ago | | | 0 | 0.0015519840 | |
| 14279601 | 3 years ago | | | 0 | 0.0015514800 | |
| 14279601 | 3 years ago | | | 0 | 0.0010782450 | |
| 14279601 | 3 years ago | | | 0 | 0.0010777410 | |
| 14279601 | 3 years ago | | | 0 | 0.0015522360 | |
| 14279601 | 3 years ago | | | 0 | 0.0015514800 | |
| 14279601 | 3 years ago | | | 0 | 0.0015519840 | |
| 14279597 | 3 years ago | | | 0 | 0.0015517320 | |
| 14279597 | 3 years ago | | | 0 | 0.0015517320 | |
| 14279597 | 3 years ago | | | 0 | 0.0015517320 |
ABI
ABI objects
Getter at block 21283432
implementation() view returns (address)
0x46d811fa0a435ea9bce8cae11ebf9fbd0a60256d
proxyOwner() view returns (address)
0x68445b9e334374435b26ff75f4236b8a152ab9a6
upgradeabilityOwner() view returns (address)
0x68445b9e334374435b26ff75f4236b8a152ab9a6
version() view returns (uint256)
4
deployedAtBlock() view returns (uint256)
5578734
erc677token() view returns (address)
0x6758b7d441a9739b98552b373703d8d3d14f9e62
foreignDailyLimit() view returns (uint256)
300000000000000000000000002
gasLimitDepositRelay() view returns (uint256)
0
gasLimitWithdrawConfirm() view returns (uint256)
0
gasPrice() view returns (uint256)
10000000000
gasPriceForCompensationAtHomeSide() pure returns (uint256)
20000000000
getCurrentDay() view returns (uint256)
20055
homeDailyLimit() view returns (uint256)
3000000000000000000000000
homeMaxPerTx() view returns (uint256)
1500000000000000000000000
isInitialized() view returns (bool)
true
maxPerTx() view returns (uint256)
300000000000000000000000001
minPerTx() view returns (uint256)
300000000000000000000000000
owner() view returns (address)
0x68445b9e334374435b26ff75f4236b8a152ab9a6
requiredBlockConfirmations() view returns (uint256)
8
upgradeabilityAdmin() view returns (address)
0x68445b9e334374435b26ff75f4236b8a152ab9a6
validatorContract() view returns (address)
0x94631d8482d5c581f22fa7913e62df30546d08fe
Read-only
depositsSigned(bytes32 _deposit) view returns (bool)
isAlreadyProcessed(uint256 _number) pure returns (bool)
message(bytes32 _hash) view returns (bytes)
messagesSigned(bytes32 _message) view returns (bool)
signature(bytes32 _hash, uint256 _index) view returns (bytes)
totalExecutedPerDay(uint256 _day) view returns (uint256)
totalSpentPerDay(uint256 _day) view returns (uint256)
withinHomeLimit(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)
deposit(address recipient, uint256 value, bytes32 transactionHash)
initialize(address _validatorContract, address _erc677token, uint256 _foreignDailyLimit, uint256 _maxPerTx, uint256 _minPerTx, uint256 _foreignGasPrice, uint256 _requiredBlockConfirmations) returns (bool)
onTokenTransfer(address _from, uint256 _value, bytes) returns (bool)
setForeignDailyLimit(uint256 _foreignDailyLimit)
setGasLimits(uint256 _gasLimitDepositRelay, uint256 _gasLimitWithdrawConfirm)
setGasPrice(uint256 _gasPrice)
setHomeDailyLimit(uint256 _homeDailyLimit)
setHomeMaxPerTx(uint256 _maxPerTx)
setMaxPerTx(uint256 _maxPerTx)
setMinPerTx(uint256 _minPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
submitSignature(bytes signature, bytes message)
transferOwnership(address newOwner)
upgradeFrom2To3()
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
CollectedSignatures(address authorityResponsibleForRelay, bytes32 messageHash)
DailyLimit(uint256 newLimit)
Deposit(address recipient, uint256 value, bytes32 transactionHash)
GasConsumptionLimitsUpdated(uint256 gasLimitDepositRelay, uint256 gasLimitWithdrawConfirm)
GasPriceChanged(uint256 gasPrice)
HomeDailyLimit(uint256 newLimit)
OwnershipTransferred(address previousOwner, address newOwner)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
SignedForDeposit(address indexed signer, bytes32 transactionHash)
SignedForWithdraw(address indexed signer, bytes32 messageHash)
Withdraw(address recipient, uint256 value, uint256 homeGasPrice)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.