Transfers

Verified contract

Active on Ethereum with 582 txns
Deployed by via 0xd08a69e2 at 18420775
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $80.4
0x3cf88307c645a8c018a76e8c20b37a9c62b1a44bae9457ceb0f42715cf999a3b
0x44552883c60ac039f84361316aaf76ad28dfc1a1f8527ff797ad9787ef6f464e
0xa9bc6b2269d3981c821beab0d707c112983bee2afc85d637aab5fdcf855f2d41
0x461d6396a6e6ad3d756e03baef333648c41ef8974d4a0011d3ad153703b2f587
0xf875075f836fe0c6004d61f0d9dbc7202ebbad36eeba592f8375650d06ab1cbc
0x2be0aa22d9160624c603d41ff44a4dcfd41077019f757891761e715f504bdf4a
0xde2c51d5a3a24cc8e79a87f4efafc204aaeaa27754121b56a547fb66aa21a3a2
0xfb8414421de448dfc512569ba497311ca1a7d752186f0eada5ba392d58aafd0c
0x8df200c703e445f5c51482b79804b560ea70ee6cd266380316a5ee071c3b83ed
0xa41d75601d43c6f20f723c2ce4dbf33351323941bd0dcb62058f909a474e8728

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