L1USDCBridge

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xa72493b8 at 17934878
Slot
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 48 additional slots
-
variable spans 48 additional slots

No balances found for "L1USDCBridge"

No transactions found for "L1USDCBridge"


Functions
Getter at block 20942011
balance(view returns (uint256)
0
messageService(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
remoteUSDCBridge(view returns (address)
0x0000000000000000000000000000000000000000
usdc(view returns (address)
0x0000000000000000000000000000000000000000
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
changeMessageService(address newMessageService
deposit(uint256 amountpayable 
depositTo(uint256 amountaddress topayable 
initialize(address _messageServiceaddress _usdc
pause(
receiveFromOtherLayer(address recipientuint256 amount
renounceOwnership(
rescueTransfer(address touint256 amount
setRemoteUSDCBridge(address _remoteUSDCBridge
transferOwnership(address newOwner
unpause(
Events
Deposited(address indexed depositoruint256 amountaddress indexed to
Initialized(uint8 version
MessageServiceUpdated(address indexed oldAddressaddress indexed newAddress
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ReceivedFromOtherLayer(address indexed recipientuint256 indexed amount
RemoteUSDCBridgeSet(address indexed newRemoteUSDCBridge
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountTooBig(uint256 amountuint256 limit
NoBurnCapabilities(address addr
NotFromRemoteUSDCBridge(address senderaddress remoteUSDCBridge
NotMessageService(address addraddress messageService
RemoteUSDCBridgeAlreadySet(address remoteUSDCBridge
RemoteUSDCBridgeNotSet(
SameMessageServiceAddr(address messageService
SenderBalanceTooLow(uint256 amountuint256 balance
ZeroAddressNotAllowed(address addr
ZeroAmountNotAllowed(uint256 amount