L1EscrowProxy
Verified contract
Proxy
Active on
Ethereum with 635 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
Balances ($1,798,261.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.798506M | $0.999864 |
$1,798,261.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21318614 | 7 hours ago | | | 0 | 0.0051523045 | |
| 21296440 | 3 days ago | | | 0 | 0.0029826808 | |
| 21283245 | 5 days ago | | | 0 | 0.0028604176 | |
| 21276424 | 6 days ago | | | 0 | 0.0025342923 | |
| 21269323 | 7 days ago | | | 0 | 0.0021697211 | |
| 21269287 | 7 days ago | | | 0 | 0.0019773808 | |
| 21268820 | 7 days ago | | | 0 | 0.0021297697 | |
| 21268769 | 7 days ago | | | 0 | 0.0021599205 | |
| 21255412 | 9 days ago | | | 0 | 0.0026253041 | |
| 21247196 | 10 days ago | | | 0 | 0.0031214659 |
ABI
ABI objects
Getter at block 21320719 proxiableUUID() view returns (bytes32)
bridge() view returns (address)
0x2a3dd3eb832af982ec71669e178424b10dca2ede
l1USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
owner() view returns (address)
0xf694c9e3a34f5fa48b6f3a0ff186c1c6c4fce904
paused() view returns (bool)
false
zkMinterBurner() view returns (address)
0xbda0b27f93b2fd3f076725b89cf02e48609bc189
zkNetworkId() view returns (uint32)
1
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()