SushiSwap V3 Positions NFT-V1
Verified contract
Active on
Ethereum with 2,508 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "SushiSwap V3 Positions NFT-V1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154827 | 21 hours ago | | | 0.83723492 | 0.0028877715 | |
| 21154803 | 21 hours ago | | | 0 | 0.0037095433 | |
| 21154792 | 21 hours ago | | | 0.014948802 | 0.0051743130 | |
| 21147028 | 2 days ago | | | 0.498564 | 0.0036878069 | |
| 21147006 | 2 days ago | | | 0 | 0.0024929107 | |
| 21145644 | 2 days ago | | | 0 | 0.0040180169 | |
| 21143092 | 3 days ago | | | 0 | 0.0075136294 | |
| 21136605 | 3 days ago | | | 0.05 | 0.10516126 | |
| 21134734 | 4 days ago | | | 0 | 0.0026702925 | |
| 21134561 | 4 days ago | | | 0 | 0.0019203384 |
ABI
ABI objects
Getter at block 21161037
DOMAIN_SEPARATOR() view returns (bytes32)
0x302341b22492950cb39557a6ea4a3ff0a16c72c1722c6335379412a2489f1803
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
baseURI() pure returns (string)
factory() view returns (address)
0xbaceb8ec6b9355dfc0269c18bac9d6e2bdc29c4f
name() view returns (string)
SushiSwap V3 Positions NFT-V1
symbol() view returns (string)
SUSHI-V3-POS
totalSupply() view returns (uint256)
1126
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
positions(uint256 tokenId) view returns (uint96 nonce, address operator, address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId) payable
collect(struct INonfungiblePositionManagerCollectParams params) payable returns (uint256 amount0, uint256 amount1)
createAndInitializePoolIfNecessary(address token0, address token1, uint24 fee, uint160 sqrtPriceX96) payable returns (address pool)
decreaseLiquidity(struct INonfungiblePositionManagerDecreaseLiquidityParams params) payable returns (uint256 amount0, uint256 amount1)
increaseLiquidity(struct INonfungiblePositionManagerIncreaseLiquidityParams params) payable returns (uint128 liquidity, uint256 amount0, uint256 amount1)
mint(struct INonfungiblePositionManagerMintParams params) payable returns (uint256 tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
multicall(bytes[] data) payable returns (bytes[] results)
permit(address spender, uint256 tokenId, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
refundETH() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowed(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowedIfNecessary(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
setApprovalForAll(address operator, bool approved)
sweepToken(address token, uint256 amountMinimum, address recipient) payable
transferFrom(address from, address to, uint256 tokenId)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
unwrapWETH9(uint256 amountMinimum, address recipient) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Collect(uint256 indexed tokenId, address recipient, uint256 amount0, uint256 amount1)
DecreaseLiquidity(uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
IncreaseLiquidity(uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _factory, address _WETH9, address _tokenDescriptor_)
receive()
This contract contains no error objects.