EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 4,384 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 ($524,093.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAMP | ERC-20 | 7.021991M | $0.074636 |
$524,093.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153219 | a day ago | | | 0 | 0.0021328601 | |
| 21146517 | 2 days ago | | | 0 | 0.0017225428 | |
| 21138586 | 3 days ago | | | 0 | 0.0037043246 | |
| 21132476 | 4 days ago | | | 0 | 0.0026157566 | |
| 21127800 | 4 days ago | | | 0 | 0.0031443242 | |
| 21101906 | 8 days ago | | | 0 | 0.0013483899 | |
| 21079115 | 11 days ago | | | 0 | 0.0043898093 | |
| 21068236 | 13 days ago | | | 0 | 0.021585750 | |
| 21040474 | 17 days ago | | | 0 | 0.00036389663 | |
| 21007460 | 21 days ago | | | 0 | 0.0026092152 |
ABI
ABI objects
Getter at block 21159955
implementation() view returns (address)
0x8f9e9cc963fb9f1c080f349371ef265b37cbe9f8
upgradeabilityOwner() view returns (address)
0x8a63fe8fc68c6dee1201d85637b188c9f096a14f
version() view returns (uint256)
1
dailyLimit() view returns (uint256)
130000000000000000000000000
decimalShift() view returns (uint256)
0
deployedAtBlock() view returns (uint256)
11930503
erc20token() view returns (address)
0x33d0568941c0c64ff7e0fb4fba0b11bd37deed9f
executionDailyLimit() view returns (uint256)
250000000000000000000000000
executionMaxPerTx() view returns (uint256)
200000000000000000000000000
gasPrice() view returns (uint256)
150000000000
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=5, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0xba4690f5
getCurrentDay() view returns (uint256)
20037
isInitialized() view returns (bool)
true
maxPerTx() view returns (uint256)
100000000000000000000000000
minPerTx() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0xd29c294290b9746264f0eadf5d4d3e360e918b60
requiredBlockConfirmations() view returns (uint256)
8
requiredSignatures() view returns (uint256)
2
validatorContract() view returns (address)
0xccc7b38640c8424df23e99bd08849ffc51f744ed
Read-only
relayedMessages(bytes32 _txHash) view returns (bool)
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[] _dailyLimitMaxPerTxMinPerTxArray, uint256[] _homeDailyLimitHomeMaxPerTxArray, address _owner, uint256 _decimalShift) returns (bool)
relayTokens(address _from, address _receiver, uint256 _amount)
relayTokens(address _receiver, uint256 _amount)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
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)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
RelayedMessage(address recipient, uint256 value, bytes32 transactionHash)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
UserRequestForAffirmation(address recipient, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.