EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 36 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.01)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000004 | $3,638.15 |
$0.01 | |
ELA | ERC-20 | 0.000002 | $2.27 |
$0 | |
MANA | ERC-20 | 0.000002 | $0.601837 |
$0 | |
CRV | ERC-20 | 0.000002 | $0.510761 |
$0 | |
ELA | ERC-20 | 0.000102 | -- | -- | |
elaGLIDE | ERC-20 | 0.000002 | -- | -- | |
elaGLIDE | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17109306 | 2 years ago | | | 0 | 0.0013068687 | |
| 14865157 | 2 years ago | | | 0 | 0.00053455585 | |
| 14865156 | 2 years ago | | | 0 | 0.00071352972 | |
| 14850117 | 3 years ago | | | 0 | 0.0014143529 | |
| 14850112 | 3 years ago | | | 0 | 0.0017021846 | |
| 14850017 | 3 years ago | | | 0 | 0.0022534965 | |
| 14849960 | 3 years ago | | | 0 | 0.0043177720 | |
| 14849858 | 3 years ago | | | 0 | 0.0032019635 | |
| 14849856 | 3 years ago | | | 0 | 0.0030162059 | |
| 14849854 | 3 years ago | | | 0 | 0.0028837153 |
ABI
ABI objects
Getter at block 21283161 bridgeMediatorList() view returns (address[])
implementation() view returns (address)
0x7cc4bcdf067c37bae72cee8bf9ce76dbd06d4603
upgradeabilityOwner() view returns (address)
0x3184be270b57e1e45bbb567ec13ac109748c22ea
version() view returns (uint256)
1
F_ADDR() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
bridgeMediatorCount() view returns (uint256)
8
isInitialized() view returns (bool)
true
owner() view returns (address)
0x545af626985dc4f791cc38e477940daa18b531d5
Read-only
blockedMessageAccount(bytes32 _messageId) view returns (address)
blockedMessageToken(bytes32 _messageId) view returns (address)
blockedMessageValue(bytes32 _messageId) view returns (uint256)
getNextBridgeMediator(address _address) view returns (address)
isBlocked(address _account) view returns (bool)
isBridgeMediator(address _bridgeMediator) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(uint256 version, address implementation)
upgradeToAndCall(uint256 version, address implementation, bytes data) payable
addBridgeMediator(address _mediator)
blockERC20(address _token, address _account, uint256 _value, bytes32 _messageId)
blockNative(address _account, bytes32 _messageId) payable
checkAndBlockERC20(address _from, address _recipient, address _token, uint256 _value, bytes32 _messageId) returns (bool blocked)
initialize(address _owner, address _bridgeMediator) returns (bool)
removeBridgeMediator(address _mediator)
setBlock(address _account, bool _block)
transferOwnership(address newOwner)
withdraw(address _to, uint256 _amount)
withdraw(address _token, address _to, uint256 _amount)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
AccountBlockStatusChanged(address account, bool block)
Blocked(address token, address account, uint256 value, bytes32 messageId)
BridgeMediatorAdded(address mediator)
BridgeMediatorRemoved(address mediator)
OwnershipTransferred(address previousOwner, address newOwner)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.