Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NFTContractExtra

Hierarchy

  • NFTContractExtra

Index

Properties

default_max_len_payout

default_max_len_payout: u32

Maximum number of royalties that can payout for each token in the contract

max_copies

max_copies: u32

Maximum number of copies for each token that contract generate

min_bid_amount

min_bid_amount: string

Minimum amount of a bid that can be placed to a token in contract

mint_payee_id

mint_payee_id: AccountId

Address that receives the full minting payment

mint_price

mint_price: string

Mint price of the tokens in contract

mint_royalty_amount

mint_royalty_amount: u32

Amount of royalty, in percentage, that is set on each minted token.

mint_royalty_id

mint_royalty_id: AccountId

Account that is set to receive perpetual royalty amount.

mints_per_address

mints_per_address: u32

Number of mints allowed for an account

packages_script

packages_script: PackagesScripts | null

Packages scripts of the contract if there is any

parameters

parameters: string

Base64-encoded string of Parameters of the contract if there is any

render_script

render_script: string

Base64-encoded string of the render script of the contract if there is any

style_css

style_css: string

Base64-encoded string of CSS styles of the contract if there is any

Generated using TypeDoc