Vaulta

powerup.nfts

Contract

  • Struct property of setconfig

    Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "round_length_sec",
          "type": "uint64"
        },
        {
          "name": "start_time",
          "type": "time_point_sec"
        },
        {
          "name": "minimum_donation",
          "type": "asset"
        },
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "compound_decay_pct",
          "type": "float32"
        },
        {
          "name": "decay_step_sec",
          "type": "uint64"
        },
        {
          "name": "start_decay_after_steps",
          "type": "uint64"
        },
        {
          "name": "nft",
          "type": "nft_config"
        }
      ]
    }