CCTPRelayer
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CCTPRelayer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CCTPRelayer"
ABI
ABI objects
Getter at block 22012197
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
messenger() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
swapRouter() view returns (address)
0x0000000000000000000000000000000000000000
transmitter() view returns (address)
0x0000000000000000000000000000000000000000
usdc() view returns (address)
0x0000000000000000000000000000000000000000
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)
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()
fallback()
receive()
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()