Transfers

Verified contract

Active on Ethereum with 14,044 txns
Deployed by via 0x7311c4c9 at 18593976
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Transfers"

0x34c5ed6461c06c50543ca89057e06cccb8f8e84b41c83faa668b5bf336ce5a2c
0x71f2dbeb999fb4fb0007908f620367329ab324a3a52e1e726131f9e786ddca18
0x980972eee3f63dc5d7af776462d6c9e427a2b18eef3e331175e23e40891e9631
0xde2b44ed6757e12467bab9d1a3bf63a1807ffebcf2af406e39caab05284e42cf
0xd7558a14cc6c7624a31bebda26aef551030ea0da8f251843178fa0b9db8052c5
0x3567769bfac89b9257bfbb77b39e3172c39d74c8b7315b35dfda37bfc43a30d5
0x0c9d316f1b57edf49f1bf91dfb4473b00ed473ed4d47b66ea6c399a9b6a53c0b
0x2150fa678652698c4d368b7047031914b24a36e7a03cce583eec8bc778481283
0x090a6d5f84e6ec6075366f5ef6914b36502f09ca3bcca35016f1bdd216903e48
0x38a3a959273f8db8726a68b232af2b718ddc18261813ac90f5a26251a13d43ba

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