Transfers

Verified contract

Active on Ethereum with 23,893 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 $66.15
ERC-20
Value $15.01
ERC-20
--
0x78ba68764627f906a23c5f13e66b3be661eae7267990fd9ef23229067385ed13
0x11b181a9750d7c523ef5ada35ce7496988d8ba68eda1c3723d0e366c857fba0b
0xe3a3f5706c139ef4c8fdbdcfaafabd6bec4b791c79890fd9d36bdd8ba320b131
0x182fc65c250472f39822743fd221689386b52fa98992ed9b860b591eb7f41593
0x79f45d5fddd4af6898a67f9e8e282ddb637c388b49b92bea9826484df107dcc2
0xd789a3446c322efd80a054662efc7ae784cfb9e8a2fc799de993037f4acaa987
0x72fb90f5ca877552d58c62fb2a0b0f9268b453e48905ec103f4543776481fba5
0x068265720db887429963c6de6c56515ee6abb0fb19ece831bbe848d248dd9473
0x7564385be8814cd0bbff8c6924f2b9df422232c405e9112383bfe32858cff377
0x73c9640ed72d2098a1c23f36e1dbd1eded7db3fea4d5dcb5eb771ea7560bcfcd

Functions
Getter at block 21244962
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