BitSwap Liquidity NFT
Verified contract
Active on
Ethereum with 331 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BitSwap Liquidity NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20419537 | 4 months ago | | | 0 | 0.0061713549 | |
| 19855792 | 6 months ago | | | 0 | 0.0013567172 | |
| 19855789 | 6 months ago | | | 0 | 0.0014025360 | |
| 19855783 | 6 months ago | | | 0 | 0.00096224055 | |
| 19855780 | 6 months ago | | | 0 | 0.0011100603 | |
| 19855753 | 6 months ago | | | 0 | 0.0016840409 | |
| 19855742 | 6 months ago | | | 0 | 0.0011201057 | |
| 19855739 | 6 months ago | | | 0 | 0.0016027856 | |
| 19855734 | 6 months ago | | | 0 | 0.0017477371 | |
| 19855730 | 6 months ago | | | 0 | 0.0015984197 |
ABI
ABI objects
Getter at block 21219804
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
baseURI() view returns (string)
factory() view returns (address)
0xc78fd8021fb191501e6be7c1da4beafb1b81cf8c
liquidityNum() view returns (uint256)
236
name() view returns (string)
BitSwap Liquidity NFT
owner() view returns (address)
0xe275a0318938d29c7d3039e335d7c76fc5a14905
symbol() view returns (string)
BitSwap-LIQUIDITY-NFT
totalSupply() view returns (uint256)
232
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
liquidities(uint256) view returns (int24 leftPt, int24 rightPt, uint128 liquidity, uint256 lastFeeScaleX_128, uint256 lastFeeScaleY_128, uint256 remainTokenX, uint256 remainTokenY, uint128 poolId)
ownerOf(uint256 tokenId) view returns (address)
pool(address tokenX, address tokenY, uint24 fee) view returns (address)
poolIds(address) view returns (uint128)
poolMetas(uint128) view returns (address tokenX, address tokenY, uint24 fee)
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 addLiquidity(struct LiquidityManagerAddLiquidityParam addLiquidityParam) payable returns (uint128 liquidityDelta, uint256 amountX, uint256 amountY)
approve(address to, uint256 tokenId)
burn(uint256 lid) returns (bool success)
collect(address recipient, uint256 lid, uint128 amountXLim, uint128 amountYLim) payable returns (uint256 amountX, uint256 amountY)
createPool(address tokenX, address tokenY, uint24 fee, int24 initialPoint) returns (address)
decLiquidity(uint256 lid, uint128 liquidDelta, uint256 amountXMin, uint256 amountYMin, uint256 deadline) returns (uint256 amountX, uint256 amountY)
mint(struct LiquidityManagerMintParam mintParam) payable returns (uint256 lid, uint128 liquidity, uint256 amountX, uint256 amountY)
mintDepositCallback(uint256 x, uint256 y, bytes data)
multicall(bytes[] data) payable returns (bytes[] results)
refundETH() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
sweepToken(address token, uint256 minAmount, address recipient) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unwrapWETH9(uint256 minAmount, address recipient) payable
AddLiquidity(uint256 indexed nftId, address pool, uint128 liquidityDelta, uint256 amountX, uint256 amountY)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DecLiquidity(uint256 indexed nftId, address pool, uint128 liquidityDelta, uint256 amountX, uint256 amountY)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address factory, address weth)
receive()
This contract contains no error objects.