DackieSwap Positions NFT
Verified contract
Active on
Base with 90,866 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 |
---|---|---|---|---|---|
Cheems | ERC-20 | 10.134582M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22714739 | a minute ago | | | 0 | 0.0000088902104 | |
| 22714727 | 2 minutes ago | | | 0.048546619 | 0.0000099001878 | |
| 22713973 | 27 minutes ago | | | 0 | 0.0000087164678 | |
| 22713965 | 27 minutes ago | | | 0 | 0.0000090355804 | |
| 22713941 | 28 minutes ago | | | 0 | 0.0000079951615 | |
| 22713933 | 28 minutes ago | | | 0.0225 | 0.0000087014094 | |
| 22713560 | 40 minutes ago | | | 0 | 0.0000080101815 | |
| 22713554 | 41 minutes ago | | | 0.0019995438 | 0.0000082263849 | |
| 22713528 | 42 minutes ago | | | 0 | 0.0000084836916 | |
| 22713514 | 42 minutes ago | | | 0 | 0.0000095460207 |
ABI
ABI objects
Getter at block 22714769
DOMAIN_SEPARATOR() view returns (bytes32)
0x5bb81a57edc9dbdc3d060a0506839d5842bec030da1dae91b9a1d277812532b1
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
baseURI() pure returns (string)
deployer() view returns (address)
0x4f205d69834f9b101b9289f7affac9b77b3ff9b7
factory() view returns (address)
0x3d237ac6d2f425d2e890cc99198818cc1fa48870
name() view returns (string)
DackieSwap Positions NFT
symbol() view returns (string)
DKS-CL-POS
totalSupply() view returns (uint256)
44589
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.