ERC1967Proxy
Verified contract
Proxy
Active on
Base with 3,659 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1682…8962
0xad09…f9d4
Balances ($345.73)
Native
Value
$6.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00198 | $3,368.62 |
$6.67 | |
USDC | ERC-20 | 338.997356 | $0.999868 |
$338.95 | |
WGC | ERC-20 | 200 | $0.000521 |
$0.1 | |
USA | ERC-20 | 1 | $0.000817 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000806 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
OHNO | ERC-20 | 24 | -- | -- | |
NUNU | ERC-20 | 19.762511 | -- | -- | |
WKLAY | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22736347 | 9 minutes ago | | | 0 | 0.000014034564 | |
| 22736083 | 18 minutes ago | | | 0 | 5.4611108e-7 | |
| 22735806 | 27 minutes ago | | | 0 | 5.5321142e-7 | |
| 22732627 | 2 hours ago | | | 0 | 0.000013540125 | |
| 22732333 | 2 hours ago | | | 0 | 0.000013540125 | |
| 22731829 | 3 hours ago | | | 0 | 3.7253407e-7 | |
| 22730376 | 3 hours ago | | | 0.05 | 0.000030116211 | |
| 22730311 | 3 hours ago | | | 0.05 | 0.000022690244 | |
| 22730299 | 4 hours ago | | | 0 | 7.5730843e-7 | |
| 22730091 | 4 hours ago | | | 0 | 0.00026331346 |
ABI
ABI objects
Getter at block 22736604 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
messenger() view returns (address)
0x1682ae6375c4e4a97e4b583bc394c861a46d8962
owner() view returns (address)
0x24a9267ce9e0a8f4467b584fdda12baf1df772b5
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
transmitter() view returns (address)
0xad09780d193884d503182ad4588450c416d6f9d4
usdc() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
batchReceiveMessage(struct ICCTPRelayerReceiveCall[] receiveCalls)
initialize(address usdc_, address messenger_, address transmitter_)
makePaymentForRelay(uint64 nonce, uint256 paymentAmount)
renounceOwnership()
requestCCTPTransfer(uint256 transferAmount, uint32 destinationDomain, bytes32 mintRecipient, address burnToken, uint256 feeAmount)
requestCCTPTransferWithCaller(uint256 transferAmount, uint32 destinationDomain, bytes32 mintRecipient, address burnToken, uint256 feeAmount, bytes32 destinationCaller)
setSwapRouter(address _swapRouter)
swapAndRequestCCTPTransfer(address inputToken, uint256 inputAmount, bytes swapCalldata, uint32 destinationDomain, bytes32 mintRecipient, address burnToken, uint256 feeAmount) payable
swapAndRequestCCTPTransferWithCaller(address inputToken, uint256 inputAmount, bytes swapCalldata, uint32 destinationDomain, bytes32 mintRecipient, address burnToken, uint256 feeAmount, bytes32 destinationCaller) payable
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address receiver, uint256 amount)
Upgraded(address indexed implementation)
FailedReceiveMessage(bytes message, bytes attestation)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentForRelay(uint64 nonce, uint256 paymentAmount)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ETHSendFailed()
FailedInnerCall()
InsufficientNativeToken()
InsufficientSwapOutput()
InvalidInitialization()
MissingBalance()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PaymentCannotBeZero()
Reentrancy()
SafeERC20FailedOperation(address token)
SwapFailed()
TransferFailed()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddress()