L1USDCGateway
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "L1USDCGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L1USDCGateway"
ABI
ABI objects
Getter at block 21192366
circleCaller() view returns (address)
0x0000000000000000000000000000000000000000
counterpart() view returns (address)
0x0000000000000000000000000000000000000000
depositPaused() view returns (bool)
false
l1USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
l2USDC() view returns (address)
0xe34c91815d7fc18a9e2148bcd4241d0a5848b693
messenger() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x0000000000000000000000000000000000000000
totalBridgedUSDC() view returns (uint256)
0
withdrawPaused() view returns (bool)
false
Read-only
getL2ERC20Address(address) view returns (address)
State-modifying
Events burnAllLockedUSDC()
depositERC20(address _token, address _to, uint256 _amount, uint256 _gasLimit) payable
depositERC20(address _token, uint256 _amount, uint256 _gasLimit) payable
depositERC20AndCall(address _token, address _to, uint256 _amount, bytes _data, uint256 _gasLimit) payable
finalizeWithdrawERC20(address _l1Token, address _l2Token, address _from, address _to, uint256 _amount, bytes _data) payable
initialize(address _counterpart, address _router, address _messenger)
onDropMessage(bytes _message) payable
pauseDeposit(bool _paused)
pauseWithdraw(bool _paused)
renounceOwnership()
transferOwnership(address newOwner)
updateCircleCaller(address _caller)
DepositERC20(address indexed l1Token, address indexed l2Token, address indexed from, address to, uint256 amount, bytes data, uint256 nonce)
FinalizeWithdrawERC20(address indexed l1Token, address indexed l2Token, address indexed from, address to, uint256 amount, bytes data)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed token, address indexed recipient, uint256 amount)
constructor(address _l1USDC, address _l2USDC)
This contract contains no fallback and receive objects.
This contract contains no error objects.