Pancake V3 Positions NFT-V1
Verified contract
Active on
Ethereum with 30,720 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
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#12139) | PCS-V3-POS | ERC-721 | 1 | -- | -- |
(#11386) | PCS-V3-POS | ERC-721 | 1 | -- | -- |
(#11385) | PCS-V3-POS | ERC-721 | 1 | -- | -- |
(#11382) | PCS-V3-POS | ERC-721 | 1 | -- | -- |
(#11381) | PCS-V3-POS | ERC-721 | 1 | -- | -- |
HQG | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242443 | 7 hours ago | | | 0 | 0.0024931504 | |
| 21242351 | 8 hours ago | | | 0 | 0.0024713966 | |
| 21240928 | 12 hours ago | | | 0 | 0.0073096167 | |
| 21240924 | 12 hours ago | | | 0 | 0.0060766093 | |
| 21240798 | 13 hours ago | | | 0 | 0.0068928709 | |
| 21240789 | 13 hours ago | | | 19.188727 | 0.0038161189 | |
| 21240622 | 13 hours ago | | | 0 | 0.0075193462 | |
| 21240617 | 13 hours ago | | | 0 | 0.0060151495 | |
| 21240363 | 14 hours ago | | | 0 | 0.0064387476 | |
| 21240362 | 14 hours ago | | | 0 | 0.0079473204 |
ABI
ABI objects
Getter at block 21244621
DOMAIN_SEPARATOR() view returns (bytes32)
0x9e2b41645ddd09f3fef5119817140b7f743963c8800934032e326e393a42602a
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
baseURI() pure returns (string)
deployer() view returns (address)
0x41ff9aa7e16b8b1a8a8dc4f0efacd93d02d071c9
factory() view returns (address)
0x0bfbcf9fa4f9c56b0f40a671ad40e0805a091865
name() view returns (string)
Pancake V3 Positions NFT-V1
symbol() view returns (string)
PCS-V3-POS
totalSupply() view returns (uint256)
13566
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)
pancakeV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
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)
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 _deployer, address _factory, address _WETH9, address _tokenDescriptor_)
receive()
This contract contains no error objects.