Transfers
Verified contract
Active on
Ethereum with 394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.64)
Native
Value
$0.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0002 | $3,214.64 |
$0.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18421142 | a year ago | | | 0.020366297 | 0.0085483200 | |
| 18419192 | a year ago | | | 0.019916613 | 0.0062843813 | |
| 18417143 | a year ago | | | 0.050982606 | 0.011663692 | |
| 18415617 | a year ago | | | 0 | 0.0033288020 | |
| 18413465 | a year ago | | | 0.18397595 | 0.0098038273 | |
| 18412857 | a year ago | | | 0.18369135 | 0.0028948517 | |
| 18410470 | a year ago | | | 0.0030519675 | 0.0031500516 | |
| 18409540 | a year ago | | | 0.0030767762 | 0.0019235601 | |
| 18407792 | a year ago | | | 0.18843176 | 0.0029182538 | |
| 18406124 | a year ago | | | 0.0031476443 | 0.0013520294 |
ABI
ABI objects
Getter at block 21159429
owner() view returns (address)
0x8fccc78dae0a8f93b0fe6799de888d4c57e273db
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
Events pause()
registerOperator()
registerOperatorWithFeeDestination(address _feeDestination)
renounceOwnership()
setSweeper(address newSweeper)
swapAndTransferUniswapV3Native(struct TransferIntent _intent, uint24 poolFeesTier) payable
swapAndTransferUniswapV3Token(struct TransferIntent _intent, struct Permit2SignatureTransferData _signatureTransferData, uint24 poolFeesTier)
sweepETH(address destination)
sweepETHAmount(address destination, uint256 amount)
sweepToken(address _token, address destination)
sweepTokenAmount(address _token, address destination, uint256 amount)
transferNative(struct TransferIntent _intent) payable
transferOwnership(address newOwner)
transferToken(struct TransferIntent _intent, struct Permit2SignatureTransferData _signatureTransferData)
unpause()
unregisterOperator()
unwrapAndTransfer(struct TransferIntent _intent, struct Permit2SignatureTransferData _signatureTransferData)
wrapAndTransfer(struct TransferIntent _intent) payable
OperatorRegistered(address operator, address feeDestination)
OperatorUnregistered(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transferred(address indexed operator, bytes16 id, address recipient, address sender, uint256 spentAmount, address spentCurrency)
Unpaused(address account)
constructor(address _uniswap, address _permit2, address _initialOperator, address _initialFeeDestination, address _wrappedNativeCurrency)
receive()
AlreadyProcessed()
ExpiredIntent()
IncorrectCurrency(address attemptedCurrency)
InsufficientBalance(uint256 difference)
InvalidNativeAmount(int256 difference)
InvalidSignature()
InvalidTransferDetails()
NativeTransferFailed(address recipient, uint256 amount, bool isRefund, bytes data)
NullRecipient()
OperatorNotRegistered()
RefundFailedBytes(bytes reason)
RefundFailedString(string reason)
SwapFailedBytes(bytes reason)
SwapFailedString(string reason)
SwapIncorrectOutput()
SwapRefundFailed()