Vaulta

dadtokenissu

Contract

The data structures defined by this contract.

  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Table row type of claimtab2

    {
      "name": "claimtab",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "issuedamt",
          "type": "asset"
        }
      ]
    }
  • Action parameter in fix

    {
      "name": "fix",
      "base": "",
      "fields": []
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "updateloop_count",
          "type": "uint8"
        }
      ]
    }
  • Table row type of rounddet1

    {
      "name": "rounddet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "currround",
          "type": "uint64"
        },
        {
          "name": "round_started",
          "type": "time_point_sec"
        },
        {
          "name": "round_ends",
          "type": "time_point_sec"
        },
        {
          "name": "lastcurveapp",
          "type": "uint64"
        },
        {
          "name": "currround_amount",
          "type": "asset"
        },
        {
          "name": "prev_roundamt",
          "type": "asset"
        }
      ]
    }
  • Action parameter in setloopct

    {
      "name": "setloopct",
      "base": "",
      "fields": [
        {
          "name": "updateloop_count",
          "type": "uint8"
        }
      ]
    }
  • Table row type of configsett1

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "updateloop_count",
          "type": "uint8"
        }
      ]
    }
  • Table row type of tokdistr2

    {
      "name": "tokdistr",
      "base": "",
      "fields": [
        {
          "name": "dtoken",
          "type": "symbol"
        },
        {
          "name": "dtokcon",
          "type": "name"
        },
        {
          "name": "weight",
          "type": "float32"
        }
      ]
    }
  • Table row type of totalwght3

    {
      "name": "totalwght",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "totwght",
          "type": "float64"
        }
      ]
    }
  • Table row type of tottokdistr

    {
      "name": "tottokdistr",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "totweight",
          "type": "float32"
        }
      ]
    }
  • Action parameter in update

    {
      "name": "update",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "dtokensym",
          "type": "symbol"
        }
      ]
    }
  • Action parameter in updateloop

    {
      "name": "updateloop",
      "base": "",
      "fields": [
        {
          "name": "dtokensym",
          "type": "symbol"
        }
      ]
    }
  • Table row type of weightage3

    {
      "name": "weightage",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "userwgt",
          "type": "float64"
        },
        {
          "name": "updatedat",
          "type": "time_point_sec"
        }
      ]
    }