EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 521 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 ($534,836.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 534.30239K | $1.001 |
$534,836.69 | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199729 | 12 days ago | | | 0 | 0.0019456299 | |
| 21174656 | 16 days ago | | | 0 | 0.0018705062 | |
| 21174576 | 16 days ago | | | 0 | 0.0023032563 | |
| 21065095 | a month ago | | | 0 | 0.0025796875 | |
| 20977459 | a month ago | | | 0 | 0.0016733385 | |
| 20844145 | 2 months ago | | | 0 | 0.0023177691 | |
| 20748352 | 2 months ago | | | 0 | 0.00015386664 | |
| 20748162 | 2 months ago | | | 0 | 0.00022633182 | |
| 20681288 | 3 months ago | | | 0 | 0.0046365484 | |
| 20679878 | 3 months ago | | | 0 | 0.0025347195 |
ABI
ABI objects
Getter at block 21286521
implementation() view returns (address)
0x125ab2ca5071b60433d90bce2dfc8e1e83adad2b
upgradeabilityOwner() view returns (address)
0x2578ed7f82494be69bdd517abf87e5f2c14ae650
version() view returns (uint256)
1
dailyLimit() view returns (uint256)
10000000000001
decimalShift() view returns (int256)
0
deployedAtBlock() view returns (uint256)
13153938
erc20token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
executionDailyLimit() view returns (uint256)
10000000000001
executionMaxPerTx() view returns (uint256)
1000000000000
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)
0xba4690f5
getCurrentDay() view returns (uint256)
20055
isInitialized() view returns (bool)
true
maxAvailablePerTx() view returns (uint256)
1000000000000
maxPerTx() view returns (uint256)
1000000000000
minPerTx() view returns (uint256)
100000000
owner() view returns (address)
0x2c1686fbba3041c0c91b037a0c2445a57c559ec0
requiredBlockConfirmations() view returns (uint256)
32
requiredSignatures() view returns (uint256)
1
validatorContract() view returns (address)
0x644e3cbc36f6b5d01c900065c732df699dcb492b
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(bytes message, bytes signatures)
initialize(address _validatorContract, address _erc20token, uint256 _requiredBlockConfirmations, uint256 _gasPrice, uint256[3] _dailyLimitMaxPerTxMinPerTxArray, uint256[2] _homeDailyLimitHomeMaxPerTxArray, address _owner, int256 _decimalShift) returns (bool)
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.