KyberSwap v2 NFT Positions Manager
Verified contract
Active on
Ethereum with 2,549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KS2-RT | ERC-20 | 0.239341 | -- | -- | |
KS2-RT | ERC-20 | 0 | -- | -- | |
KS2-RT | ERC-20 | 0 | -- | -- | |
KS2-RT | ERC-20 | 0 | -- | -- | |
KS2-RT | ERC-20 | 0 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21078218 | a month ago | | | 0 | 0.0032568425 | |
| 20993585 | a month ago | | | 0 | 0.00063391680 | |
| 20982135 | a month ago | | | 0 | 0.00021572311 | |
| 20640586 | 3 months ago | | | 0 | 0.000062064910 | |
| 20464815 | 4 months ago | | | 0 | 0.0021220799 | |
| 20030681 | 6 months ago | | | 0 | 0.0016636177 | |
| 20030678 | 6 months ago | | | 0 | 0.0040323733 | |
| 20022890 | 6 months ago | | | 0 | 0.00039458029 | |
| 19729417 | 7 months ago | | | 0 | 0.00019852250 | |
| 19566315 | 8 months ago | | | 0 | 0.00041604863 |
ABI
ABI objects
Getter at block 21261202
DOMAIN_SEPARATOR() view returns (bytes32)
0x78bb182181ab27c46be6cd3f1c93771aeed5035da5d79aac3b59809494112ef5
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x5f1dddbf348ac2fbe22a163e30f99f9ece3dd50a
name() view returns (string)
KyberSwap v2 NFT Positions Manager
nextPoolId() view returns (uint80)
64
nextTokenId() view returns (uint256)
964
symbol() view returns (string)
KS2-NPM
totalSupply() view returns (uint256)
963
Read-only
addressToPoolId(address) view returns (uint80)
antiSnipAttackData(uint256) view returns (uint32 lastActionTime, uint32 lockTime, uint32 unlockTime, uint256 feesLocked)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isRToken(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
positions(uint256 tokenId) view returns (struct IBasePositionManagerPosition pos, struct IBasePositionManagerPoolInfo info)
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 IBasePositionManagerIncreaseLiquidityParams params) payable returns (uint128 liquidity, uint256 amount0, uint256 amount1, uint256 additionalRTokenOwed)
approve(address to, uint256 tokenId)
burn(uint256 tokenId) payable
burnRTokens(struct IBasePositionManagerBurnRTokenParams params) returns (uint256 rTokenQty, uint256 amount0, uint256 amount1)
createAndUnlockPoolIfNecessary(address token0, address token1, uint24 fee, uint160 currentSqrtP) payable returns (address pool)
mint(struct IBasePositionManagerMintParams params) payable returns (uint256 tokenId, uint128 liquidity, uint256 amount0, uint256 amount1)
mintCallback(uint256 deltaQty0, uint256 deltaQty1, bytes data)
multicall(bytes[] data) payable returns (bytes[] results)
permit(address spender, uint256 tokenId, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
refundEth() payable
removeLiquidity(struct IBasePositionManagerRemoveLiquidityParams params) returns (uint256 amount0, uint256 amount1, uint256 additionalRTokenOwed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferAllTokens(address token, uint256 minAmount, address recipient) payable
transferFrom(address from, address to, uint256 tokenId)
unwrapWeth(uint256 minAmount, address recipient) payable
AddLiquidity(uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1, uint256 additionalRTokenOwed)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BurnPosition(uint256 indexed tokenId)
MintPosition(uint256 indexed tokenId, uint80 indexed poolId, uint128 liquidity, uint256 amount0, uint256 amount1)
RemoveLiquidity(uint256 indexed tokenId, uint128 liquidity, uint256 amount0, uint256 amount1, uint256 additionalRTokenOwed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _factory, address _WETH, address _descriptor)
receive()
This contract contains no error objects.