ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 9,041 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($4,439,234.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MXC | ERC-20 | 843.763571M | $0.005261 |
$4,439,234.22 | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245772 | 2 hours ago | | | 0 | 0.00061872939 | |
| 21244298 | 7 hours ago | | | 0 | 0.00097826293 | |
| 21243344 | 10 hours ago | | | 0 | 0.00064081160 | |
| 21239935 | 21 hours ago | | | 0 | 0.00061946125 | |
| 21237697 | a day ago | | | 0 | 0.0010075542 | |
| 21229859 | 2 days ago | | | 0 | 0.00089959091 | |
| 21229696 | 2 days ago | | | 0 | 0.00097718380 | |
| 21228495 | 2 days ago | | | 0 | 0.00058596253 | |
| 21225541 | 3 days ago | | | 0 | 0.00063111401 | |
| 21225376 | 3 days ago | | | 0 | 0.00062416344 |
ABI
ABI objects
Getter at block 21246340 proxiableUUID() view returns (bytes32)
MXCToken() view returns (address)
0x5ca381bbfb58f0092df149bd3d243b08b9a8386e
admin() view returns (address)
0xc6d7522f7b012b22bc365c9c43b3dbf13b9aaff9
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(uint256 _amount)
initialize(address _admin, address _MXCToken)
transferAdminship(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address _recipient, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Deposited(address indexed user, uint256 amount)
Initialized(uint8 version)
Upgraded(address indexed implementation)
Withdrawn(address indexed user, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
MXCL1Bridge__AmountZero()
MXCL1Bridge__NotAdmin()
MXCL1Bridge__TokenNotEnough()