Skip to main content
type
The type of NFT pool event, NEW_POOL.
networkId
Int!
required
The network ID the NFT collection is deployed on.
poolAddress
String!
required
The contract address of the NFT pool.
collectionAddress
String!
required
The contract address of the NFT collection.
tokenAddress
String!
required
The contract address of the liquidity token of the pool (usually WETH).
ownerAddress
String!
required
The wallet address of the pool owner.
assetRecipientAddress
String!
required
The wallet address that will receive the tokens or NFT sent to the pair during swaps.
bondingCurveAddress
String!
required
The contract address of the bonding curve.
bondingCurveType
The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool.
delta
String!
required
The initial delta used in the bonding curve.
feeAmountT
String!
required
The pool fee amount in the pool’s liquidity token.
startPriceT
String!
required
The initial spot price in the pool’s liquidity token.
buyPriceT
String!
required
The initial price at which the pool is willing to buy an NFT in the pool’s liquidity token.
sellPriceT
String!
required
The initial price at which the pool is willing to sell an NFT in the pool’s liquidity token.
createdAt
Int!
required
The unix timestamp for the time the pool was created.
tokenBalanceT
String!
required
The amount of token in the contract after the block has processed in the pool’s liquidity token.
nbtRatio
String!
required
The ratio of the transaction token to the network’s base token.
usdRatio
String!
required
The ratio of the transaction token to USD.
nftTokenIds
[String!]!
required
The list of NFT token IDs initially deposited.
nftTokenQuantities
[String]!
required
The amount of each NFT token initially deposited.
nftAssets
New Param: The list of NFT assets withdrawn. More extensive info than nftTokenIds.
poolNftType
PoolNftType!
required
The type of NFT in the pool.
The list of royalties for the pool. Only applicable for SUDOSWAP_V2 pools.
propertyChecker
String
The property checker contract address for the pool.