Transfers

Verified contract

Active on Ethereum with 16,961 txns
Deployed by via 0xd19fed75 at 20428696
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $50.9
ERC-20
--
0x6f0a775a69d9d1190d08435551124eaa5c0950ed0a11a1f2de6cb83ceaa1a1e2
0x481af6c7c64490d66ea3963d71b12f8072915ee70123d89c00b978450eee0016
0x3c9cea1d7b4e3ef5fa6c4932a80c30e4583bc97f8adb5c094fbf45369b4001f8
0x543661e00fef34b4d539a624257e1bd706a083dbe5217aa9e44c5389f27dead8
0x287bed291a8886003dbb79e1d39ab83ca59bdd24436c102c88a624ebcb0e279d
0x8d8d47e511548550a9722341d7dd0f4df8209569914364814a2d888e18ac00ea
0x2109bb97efd6b99060fc4da55c62e6d0514a7ff9e21fbc4c828824b14c06a58d
0xadb7550de6b2b9af191189e895c0b0e07e51e6e035ec754a55e71efea269ded6
0x7b82857efb0dcf26d9ee3874ca727a44328de5450fa584bd29096af0077d9194
0xc7e2a33097b8247739a7de977732fce6a445cfa3950551bb35ded50228f48e84

Functions
Getter at block 20791644
owner(view returns (address)
0x8899cecfd929504414696c734eaf6300fdbb428c
paused(view returns (bool)
false
permit2(view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
sweeper(view returns (address)
0x0000000000000000000000000000000000000000
Read-only

This contract contains no read-only function objects.

State-modifying
pause(
registerOperator(
registerOperatorWithFeeDestination(address _feeDestination
renounceOwnership(
setSweeper(address newSweeper
subsidizedTransferToken(struct TransferIntent _intentstruct EIP2612SignatureTransferData _signatureTransferData
swapAndTransferUniswapV3Native(struct TransferIntent _intentuint24 poolFeesTierpayable 
swapAndTransferUniswapV3Token(struct TransferIntent _intentstruct Permit2SignatureTransferData _signatureTransferDatauint24 poolFeesTier
swapAndTransferUniswapV3TokenPreApproved(struct TransferIntent _intentaddress _tokenInuint256 maxWillingToPayuint24 poolFeesTier
sweepETH(address destination
sweepETHAmount(address destinationuint256 amount
sweepToken(address _tokenaddress destination
sweepTokenAmount(address _tokenaddress destinationuint256 amount
transferNative(struct TransferIntent _intentpayable 
transferOwnership(address newOwner
transferToken(struct TransferIntent _intentstruct Permit2SignatureTransferData _signatureTransferData
transferTokenPreApproved(struct TransferIntent _intent
unpause(
unregisterOperator(
unwrapAndTransfer(struct TransferIntent _intentstruct Permit2SignatureTransferData _signatureTransferData
unwrapAndTransferPreApproved(struct TransferIntent _intent
wrapAndTransfer(struct TransferIntent _intentpayable 
Events
OperatorRegistered(address operatoraddress feeDestination
OperatorUnregistered(address operator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transferred(address indexed operatorbytes16 idaddress recipientaddress senderuint256 spentAmountaddress spentCurrency
Unpaused(address account
Constructor
constructor(address _uniswapaddress _permit2address _initialOperatoraddress _initialFeeDestinationaddress _wrappedNativeCurrency
Fallback and receive
receive(
Errors
AlreadyProcessed(
ExpiredIntent(
IncorrectCurrency(address attemptedCurrency
InexactTransfer(
InsufficientAllowance(uint256 difference
InsufficientBalance(uint256 difference
InvalidNativeAmount(int256 difference
InvalidSignature(
InvalidTransferDetails(
NativeTransferFailed(address recipientuint256 amountbool isRefundbytes data
NullRecipient(
OperatorNotRegistered(
SwapFailedBytes(bytes reason
SwapFailedString(string reason