Slipstream Position NFT v1
Verified contract
Active on
Base with 16,665 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
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,362.91 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22594075 | 3 days ago | | | 0.0000001 | 5.6635856e-7 | |
| 22593704 | 3 days ago | | | 0 | 0.000000100228236234 | |
| 22373547 | 8 days ago | | | 0 | 5.5245309e-7 | |
| 21156166 | a month ago | | | 0 | 0.000000098687450304 | |
| 20281693 | 2 months ago | | | 0 | 5.1250896e-7 | |
| 19643775 | 2 months ago | | | 0 | 1.1596910e-7 | |
| 19643638 | 2 months ago | | | 0 | 1.6737122e-7 | |
| 18498910 | 3 months ago | | | 0 | 0.000000074150963808 | |
| 17648858 | 4 months ago | | | 0 | 5.3657727e-7 | |
| 17626267 | 4 months ago | | | 0 | 5.9906951e-7 |
ABI
ABI objects
Getter at block 22739672
DOMAIN_SEPARATOR() view returns (bytes32)
0x410bcd04e9169cdf29ea036f58a5e423d1d32b43a02cf42e6685c1d4d21b6a83
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
baseURI() pure returns (string)
factory() view returns (address)
0x9592cd9b267748cbfbde90ac9f7df3c437a6d51b
name() view returns (string)
Slipstream Position NFT v1
owner() view returns (address)
0xe6a41fe61e7a1996b59d508661e3f524d6a32075
symbol() view returns (string)
AERO-CL-POS
tokenDescriptor() view returns (address)
0xf1503a3ab542618dccd3cac1c69c46fa28a040ed
totalSupply() view returns (uint256)
2257
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, int24 tickSpacing, 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)
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)
setOwner(address _owner)
setTokenDescriptor(address _tokenDescriptor)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
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)
MetadataUpdate(uint256 _tokenId)
TokenDescriptorChanged(address indexed tokenDescriptor)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferOwnership(address indexed owner)
constructor(address _factory, address _WETH9, address _tokenDescriptor, string name, string symbol)
receive()
This contract contains no error objects.