Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAAC | ERC-20 | 1 | $1.61 |
$1.61 | |
wQUIL | ERC-20 | 7.668177 | $0.104491 |
$0.8 | |
ELON | ERC-20 | 22.010847K | $0.000011 |
$0.25 | |
PEPE | ERC-20 | 10.547744K | $0.000022 |
$0.23 | |
FLT | ERC-20 | 0.765483 | $0.261587 |
$0.2 | |
WBTC | ERC-20 | 0.000002 | $91,865.00 |
$0.17 | |
TURBO | ERC-20 | 10.699223 | $0.008978 |
$0.1 | |
WTK | ERC-20 | 2.38135 | $0.019101 |
$0.05 | |
MYRIA | ERC-20 | 17.475568 | $0.002054 |
$0.04 | |
TEL | ERC-20 | 3.8 | $0.002485 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20015728 | 5 months ago | | | 0.27 | 0.0024486713 | |
| 20015587 | 5 months ago | | | 0 | 0.0066361444 | |
| 20015286 | 5 months ago | | | 0.1 | 0.0022874483 | |
| 20015013 | 5 months ago | | | 0.27 | 0.0042050049 | |
| 20014889 | 5 months ago | | | 0 | 0.0042698608 | |
| 20013617 | 5 months ago | | | 0.14 | 0.0081772303 | |
| 20013184 | 5 months ago | | | 0.5 | 0.0081028949 | |
| 20013113 | 5 months ago | | | 0.75 | 0.0050658707 | |
| 20012806 | 5 months ago | | | 0 | 0.0082823289 | |
| 20012300 | 5 months ago | | | 0.07324 | 0.0096471452 |
ABI
ABI objects
Getter at block 21213263
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WITHDRAWER_ROLE() view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
paused() view returns (bool)
true
swapRouter() view returns (address)
0x70270c228c5b4279d1578799926873aa72446ccd
Read-only
getMaxFeeX64(uint8 feeType) view returns (uint64)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events execute(address _nfpm, uint256 tokenId, V3UtilsInstructions instructions)
grantRole(bytes32 role, address account)
initialize(address router, address admin, address withdrawer)
onERC721Received(address, address from, uint256 tokenId, bytes data) returns (bytes4)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setMaxFeeX64(uint8 feeType, uint64 feex64)
swap(struct V3UtilsSwapParams params) payable returns (uint256 amountOut)
swapAndIncreaseLiquidity(struct CommonSwapAndIncreaseLiquidityParams params) payable returns (struct CommonSwapAndIncreaseLiquidityResult result)
swapAndMint(struct CommonSwapAndMintParams params) payable returns (struct CommonSwapAndMintResult result)
unpause()
withdrawERC20(address[] tokens, address to)
withdrawERC721(address nfpm, uint256 tokenId, address to)
withdrawNative(address to)
ChangeRange(address indexed nfpm, uint256 indexed tokenId, uint256 newTokenId, uint256 newLiquidity, uint256 token0Added, uint256 token1Added)
CompoundFees(address indexed nfpm, uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
DeductFees(address indexed nfpm, uint256 indexed tokenId, address indexed userAddress, struct CommonDeductFeesEventData data)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Swap(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut)
SwapAndIncreaseLiquidity(address indexed nfpm, uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
SwapAndMint(address indexed nfpm, uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
Unpaused(address account)
WithdrawAndCollectAndSwap(address indexed nfpm, uint256 indexed tokenId, address token, uint256 amount)
This contract contains no constructor objects.
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyInitialised()
AmountError()
CollectError()
EnforcedPause()
EtherSendFailed()
ExpectedPause()
FailedInnerCall()
GetPositionFailed()
NoEtherToken()
NoFees()
NotSupportedAction()
NotSupportedProtocol()
NotWETH()
SafeERC20FailedOperation(address token)
SameToken()
SelfSend()
SlippageError()
TooMuchEtherSent()
TooMuchFee()
TransferError()