Vaulta

dapp.beny

Contract

  • {
      "name": "DistributionDefinitionFT",
      "base": "",
      "fields": [
        {
          "name": "all_participants_perc_x100000",
          "type": "uint32"
        },
        {
          "name": "beneficiary_perc_x100000",
          "type": "uint32"
        },
        {
          "name": "pool_manager_perc_x100000",
          "type": "uint32"
        },
        {
          "name": "winners_perc_x100000",
          "type": "uint32[]"
        },
        {
          "name": "reward",
          "type": "asset"
        },
        {
          "name": "yield_source",
          "type": "name"
        },
        {
          "name": "vesting_config",
          "type": "VestingConfig"
        }
      ]
    }