Proxy
Verified contract
Proxy
Active on
Ethereum with 6,991 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
Balances ($478,459,195.87)
Native
Value
$227,995,508.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 68.392771K | $3,333.62 |
$227,995,508.34 | |
MNT | ERC-20 | 307.108273M | $0.815555 |
$250,463,687.53 | |
ICG | ERC-20 | 250 | -- | -- | |
ZHD | ERC-20 | 69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275357 | 2 hours ago | | | 0 | 0.0038374886 | |
| 21275008 | 3 hours ago | | | 0 | 0.0018613232 | |
| 21274373 | 6 hours ago | | | 0 | 0.0015958601 | |
| 21274207 | 6 hours ago | | | 0 | 0.0044399053 | |
| 21274206 | 6 hours ago | | | 0 | 0.0021677437 | |
| 21274031 | 7 hours ago | | | 0 | 0.0037075003 | |
| 21273626 | 8 hours ago | | | 0 | 0.0030513784 | |
| 21273552 | 8 hours ago | | | 0 | 0.0031556569 | |
| 21273442 | 9 hours ago | | | 0 | 0.0049118102 | |
| 21273405 | 9 hours ago | | | 0 | 0.0047416820 |
ABI
ABI objects
Getter at block 21276033
GUARDIAN() view returns (address)
0x2f44bd2a54ac3fb20cd7783cf94334069641dac9
L1_MNT_ADDRESS() view returns (address)
0x3c3a81e81dc49a522a592e7622a7e711c06bf354
L2_ORACLE() view returns (address)
0x31d543e7be1da6efdc2206ef7822879045b9f481
SYSTEM_CONFIG() view returns (address)
0x427ea0710fa5252057f0d88274f7aeb308386caf
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=593654, prevBlockNum=21275017)
paused() view returns (bool)
false
version() view returns (string)
1.7.0
Read-only
finalizedWithdrawals(bytes32) view returns (bool)
isOutputFinalized(uint256 _l2OutputIndex) view returns (bool)
minimumGasLimit(uint64 _byteCount) pure returns (uint64)
provenWithdrawals(bytes32) view returns (bytes32 outputRoot, uint128 timestamp, uint128 l2OutputIndex)
State-modifying
Events admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
depositTransaction(uint256 _ethTxValue, uint256 _mntValue, address _to, uint256 _mntTxValue, uint64 _gasLimit, bool _isCreation, bytes _data) payable
donateETH() payable
finalizeWithdrawalTransaction(struct TypesWithdrawalTransaction _tx)
initialize(bool _paused)
pause()
proveWithdrawalTransaction(struct TypesWithdrawalTransaction _tx, uint256 _l2OutputIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Paused(address account)
TransactionDeposited(address indexed from, address indexed to, uint256 indexed version, bytes opaqueData)
Unpaused(address account)
WithdrawalFinalized(bytes32 indexed withdrawalHash, bool success)
WithdrawalProven(bytes32 indexed withdrawalHash, address indexed from, address indexed to)
constructor(address _admin)
fallback()
receive()
receive()
This contract contains no error objects.