EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 1,109 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 ($317,005.99)
Native
Value
$317,005.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 95.484308 | $3,319.98 |
$317,005.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20881338 | a month ago | | | 0 | 0.0011006667 | |
| 20748652 | 2 months ago | | | 0 | 0.00028840251 | |
| 20748505 | 2 months ago | | | 0 | 0.00031091794 | |
| 19693286 | 7 months ago | | | 0 | 0.0026885082 | |
| 19693265 | 7 months ago | | | 2.46 | 0.00046162771 | |
| 19422574 | 8 months ago | | | 0 | 0.0084143982 | |
| 19422518 | 8 months ago | | | 0 | 0.0093275382 | |
| 19325587 | 8 months ago | | | 0 | 0.010690423 | |
| 19325568 | 8 months ago | | | 0 | 0.0022939395 | |
| 19227412 | 9 months ago | | | 0 | 0.0083138636 |
ABI
ABI objects
Getter at block 21168634
implementation() view returns (address)
0xf106ec891045d0608dfc85d736cada0c747d35bc
upgradeabilityOwner() view returns (address)
0xed56547402b8368a4bfde7ae55cd8395757eace3
version() view returns (uint256)
2
dailyLimit() view returns (uint256)
1000000000000000000001
decimalShift() view returns (int256)
0
deployedAtBlock() view returns (uint256)
13082666
executionDailyLimit() view returns (uint256)
1000000000000000000001
executionMaxPerTx() view returns (uint256)
1000000000000000000000
feeManagerContract() view returns (address)
0x6c6c7f09ac247a047bdc2b3a741714281e0c3d06
gasPrice() view returns (uint256)
50000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=5, minor=2, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x92a8d7fe
getCurrentDay() view returns (uint256)
20039
getFeeManagerMode() view returns (bytes4 mode)
0xd7de965f
getForeignFee() view returns (uint256)
10000000000000000
getHomeFee() view returns (uint256)
10000000000000000
isInitialized() view returns (bool)
true
maxAvailablePerTx() view returns (uint256)
1000000000000000000000
maxPerTx() view returns (uint256)
1000000000000000000000
minPerTx() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x2c1686fbba3041c0c91b037a0c2445a57c559ec0
requiredBlockConfirmations() view returns (uint256)
20
requiredMessageLength() pure returns (uint256)
104
requiredSignatures() view returns (uint256)
1
validatorContract() view returns (address)
0xef3892317082a15626195d7b1c65bb687235972c
Read-only
affirmationsSigned(bytes32 _withdrawal) view returns (bool)
isAlreadyProcessed(uint256 _number) pure returns (bool)
message(bytes32 _hash) view returns (bytes)
messagesSigned(bytes32 _message) view returns (bool)
numAffirmationsSigned(bytes32 _withdrawal) view returns (uint256)
numMessagesSigned(bytes32 _message) view returns (uint256)
signature(bytes32 _hash, uint256 _index) view returns (bytes)
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)
executeAffirmation(address recipient, uint256 value, bytes32 transactionHash)
initialize(address _validatorContract, uint256[3] _dailyLimitMaxPerTxMinPerTxArray, uint256 _homeGasPrice, uint256 _requiredBlockConfirmations, uint256[2] _foreignDailyLimitForeignMaxPerTxArray, address _owner, int256 _decimalShift) returns (bool)
relayTokens(address _receiver) payable
rewardableInitialize(address _validatorContract, uint256[3] _dailyLimitMaxPerTxMinPerTxArray, uint256 _homeGasPrice, uint256 _requiredBlockConfirmations, uint256[2] _foreignDailyLimitForeignMaxPerTxArray, address _owner, address _feeManager, uint256[2] _homeFeeForeignFeeArray, int256 _decimalShift) returns (bool)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
setFeeManagerContract(address _feeManager)
setForeignFee(uint256 _fee)
setGasPrice(uint256 _gasPrice)
setHomeFee(uint256 _fee)
setMaxPerTx(uint256 _maxPerTx)
setMinPerTx(uint256 _minPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
submitSignature(bytes signature, bytes message)
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
AffirmationCompleted(address recipient, uint256 value, bytes32 transactionHash)
CollectedSignatures(address authorityResponsibleForRelay, bytes32 messageHash, uint256 NumberOfCollectedSignatures)
DailyLimitChanged(uint256 newLimit)
ExecutionDailyLimitChanged(uint256 newLimit)
FeeDistributedFromAffirmation(uint256 feeAmount, bytes32 indexed transactionHash)
FeeDistributedFromSignatures(uint256 feeAmount, bytes32 indexed transactionHash)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
SignedForAffirmation(address indexed signer, bytes32 transactionHash)
SignedForUserRequest(address indexed signer, bytes32 messageHash)
UserRequestForSignature(address recipient, uint256 value)
This contract contains no constructor objects.
fallback()
fallback()
This contract contains no error objects.