Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StartPresale

Override the current presale start time to start presale now. Most provide when public sale starts. None, means never. Can provide new presale price. Note: you most likely won't need to call this since the presale starts automatically based on time.

allow

["::admins", "::owner"]

contractmethod

change

Hierarchy

  • StartPresale

Index

Properties

Properties

args: { presale_price?: string; public_sale_start?: number }

Type declaration

  • Optional presale_price?: string
  • Optional public_sale_start?: number
options: { attachedDeposit?: string; gas?: string }

Type declaration

  • Optional attachedDeposit?: string

    Units in yoctoNear

    default

    "0"

  • Optional gas?: string

    Units in gas

    pattern

    [0-9]+

    default

    "30000000000000"

Generated using TypeDoc