L1EscrowProxy
Verified contract
Proxy
Active on
Ethereum with 106 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x2a3d…2ede
Balances ($6,934,633.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.948712M | $0.997974 |
$6,934,633.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145636 | 4 days ago | | | 0 | 0.0054062389 | |
| 21128932 | 7 days ago | | | 0 | 0.0064261780 | |
| 21102091 | 10 days ago | | | 0 | 0.0019874057 | |
| 21062885 | 16 days ago | | | 0 | 0.00024483741 | |
| 20990896 | a month ago | | | 0 | 0.0010627859 | |
| 20831460 | 2 months ago | | | 0 | 0.0026744414 | |
| 20598693 | 3 months ago | | | 0 | 0.00063457421 | |
| 20597591 | 3 months ago | | | 0 | 0.0012600120 | |
| 20509590 | 3 months ago | | | 0 | 0.00031197565 | |
| 20430491 | 3 months ago | | | 0 | 0.00064688248 |
ABI
ABI objects
Getter at block 21176440 proxiableUUID() view returns (bytes32)
bridge() view returns (address)
0x2a3dd3eb832af982ec71669e178424b10dca2ede
l1USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
owner() view returns (address)
0xe9e55774070082d2453787eaef29263b57f89fe6
paused() view returns (bool)
false
zkMinterBurner() view returns (address)
0x1a8c4999d32f05b63a227517be0824aed47e4728
zkNetworkId() view returns (uint32)
3
Read-only
This contract contains no read-only function objects.
State-modifying
Events bridgeToken(address destinationAddress, uint256 amount, bool forceUpdateGlobalExitRoot)
bridgeToken(address destinationAddress, uint256 amount, bool forceUpdateGlobalExitRoot, bytes permitData)
changeAdmin(address newAdmin)
initialize(address owner_, address admin_, address bridge_, uint32 zkNetworkId_, address zkMinterBurnerProxy_, address l1Usdc_)
onMessageReceived(address originAddress, uint32 originNetwork, bytes data) payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Deposit(address indexed from, address indexed to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address impl_, bytes data_)
fallback()
receive()
NotValidAmount()
NotValidOwner()
NotValidSelector()
NotValidSpender()