EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 14,131 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 ($678,691.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 678.012816K | $1.001 |
$678,690.83 | |
MTV | ERC-20 | 1K | $0.000697 |
$0.7 | |
FREE | ERC-20 | 1K | $0.00 |
$0 | |
TetherLP.com | ERC-20 | 460 | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- | |
0x5190…cba4 | ERC-1555 | 1 | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- | |
BLX | ERC-20 | 0.25 | -- | -- | |
AMB | ERC-20 | 0.0009 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157485 | 9 hours ago | | | 0 | 0.0025425540 | |
| 21157345 | 10 hours ago | | | 0 | 0.0026790598 | |
| 21114907 | 6 days ago | | | 0 | 0.0017183300 | |
| 21075486 | 12 days ago | | | 0 | 0.0029417944 | |
| 21021644 | 19 days ago | | | 0 | 0.011253741 | |
| 20964437 | a month ago | | | 0 | 0.0069300970 | |
| 20949763 | a month ago | | | 0 | 0.0016589283 | |
| 20937526 | a month ago | | | 0 | 0.0014179133 | |
| 20937512 | a month ago | | | 0 | 0.0017702769 | |
| 20902527 | a month ago | | | 0 | 0.0017183300 |
ABI
ABI objects
Getter at block 21160322
implementation() view returns (address)
0x88c8a82b74722bcf50097bbfc36d7fbf20e86bc4
proxyOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
upgradeabilityOwner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
version() view returns (uint256)
1
dailyLimit() view returns (uint256)
100000000000001
deployedAtBlock() view returns (uint256)
8223477
erc20token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
executionDailyLimit() view returns (uint256)
500000000001
executionMaxPerTx() view returns (uint256)
500000000000
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)
20037
isInitialized() view returns (bool)
true
maxPerTx() view returns (uint256)
100000000000000
minPerTx() view returns (uint256)
10000000
owner() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
requiredBlockConfirmations() view returns (uint256)
8
requiredSignatures() view returns (uint256)
2
upgradeabilityAdmin() view returns (address)
0x2096b96e51c839182df8ca0a5c88033390de1fb9
validatorContract() view returns (address)
0xd9758dd94c115ea72760fad819ad255b85169e38
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.