Set ITO Prices

DEPRECATED: Updates the ITO prices, useful for ITO's that use an oracle-like pricing system.

This contract is deprecated, please use an ITO Trigger of type SetITOPrices.

Payload Parameters

RequiredParameterTypeDescription

kda

string

Target Asset

packInfo

{[assetID: string]: Pack[]}

Defines the currency in which the packs will be sold.

Pack structure

RequiredParameterTypeDescription

amount

number

For NFTs: Amount sold; For token: Min amount for that price to be applied (with precision).

price

number

For NFTs: Price for each NFT; For Tokens: Price for that amount.

Last updated