Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xad09…f9d4
0x1682…8962
Balances ($0.00)
No balances found for "CCTPSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22850208 | 2 days ago | | | 0 | 0.0000023309133 | |
| 22818085 | 3 days ago | | | 0 | 0.0000023309133 | |
| 22759689 | 4 days ago | | | 0.001 | 0.000025357832 | |
| 22713913 | 5 days ago | | | 0 | 0.0000028443018 | |
| 22671671 | 6 days ago | | | 0 | 0.0000042911682 | |
| 22670560 | 6 days ago | | | 0.001 | 0.0000036095566 | |
| 22670498 | 6 days ago | | | 0 | 0.0000028448617 | |
| 22668060 | 6 days ago | | | 0 | 0.0000028450593 | |
| 22655917 | 6 days ago | | | 0 | 0.0000028450593 | |
| 22654388 | 6 days ago | | | 0 | 0.0000028450593 |
ABI
ABI objects
Getter at block 22935092
FEE_DIVISOR() view returns (uint24)
10000
USDC() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
WETH() view returns (address)
0x4200000000000000000000000000000000000006
executor() view returns (address)
0x1aff0b60fe1e549a3f4ec792df97b90fac9b9620
messageTransmitter() view returns (address)
0xad09780d193884d503182ad4588450c416d6f9d4
owner() view returns (address)
0x1aff0b60fe1e549a3f4ec792df97b90fac9b9620
tokenMessenger() view returns (address)
0x1682ae6375c4e4a97e4b583bc394c861a46d8962
Read-only
This contract contains no read-only function objects.
State-modifying
Events recoverStuckTokens(address _token)
renounceOwnership()
setExecutor(address _newExecutor)
swapFromUSDC(bytes _message, bytes _attestation, struct CCTPSwapCallStruct[] _calls, address _to, bool isNativeOut)
swapToUSDCAndBurn(struct CCTPSwapCallStruct[] _calls, bool isNativeIn, uint32 destinationDomain, bytes32 mintRecipient, string finalReceiver, string finalToken) payable
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapFromUSDC(address indexed receiver, address indexed token, uint256 amountIn, uint256 amountOut)
SwapToUSDCAndBurn(string indexed receiver, string indexed token)
constructor(address _weth, address _executor, address _usdc, address _transmitter, address _messenger)
fallback()
receive()
FailedCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()