Vaulta

consortiumlv

Contract

The data structures defined by this contract.

  • Table row type of accounts

    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Action parameter in addbadboys

    {
      "name": "addbadboys",
      "base": "",
      "fields": [
        {
          "name": "badboy",
          "type": "name"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in addcommuus

    {
      "name": "addcommuus",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "communityname",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "backgroundurl",
          "type": "string"
        },
        {
          "name": "tokenurl",
          "type": "string"
        },
        {
          "name": "tokensymbol",
          "type": "string"
        },
        {
          "name": "fetch1",
          "type": "string[]"
        },
        {
          "name": "fetch2",
          "type": "string[]"
        },
        {
          "name": "fetch3",
          "type": "string[]"
        },
        {
          "name": "totalcirculation",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        }
      ]
    }
  • Action parameter in addcreator

    {
      "name": "addcreator",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        }
      ]
    }
  • Action parameter in addportfel

    {
      "name": "addportfel",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in addtok

    {
      "name": "addtok",
      "base": "",
      "fields": [
        {
          "name": "sym",
          "type": "symbol[]"
        },
        {
          "name": "totalvote",
          "type": "uint64[]"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        }
      ]
    }
  • Table row type of badboys

    {
      "name": "blacklist",
      "base": "",
      "fields": [
        {
          "name": "badboy",
          "type": "name"
        }
      ]
    }
  • Action parameter in cetfvote

    {
      "name": "cetfvote",
      "base": "",
      "fields": [
        {
          "name": "usersvote",
          "type": "uint64[]"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "voter",
          "type": "name"
        }
      ]
    }
  • Action parameter in claimall

    {
      "name": "claimall",
      "base": "",
      "fields": [
        {
          "name": "claimer",
          "type": "name"
        },
        {
          "name": "poolid",
          "type": "uint64[]"
        }
      ]
    }
  • Table row type of claimerid

    {
      "name": "claimerid",
      "base": "",
      "fields": [
        {
          "name": "poolid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in claimtokens

    {
      "name": "claimtokens",
      "base": "",
      "fields": [
        {
          "name": "claimer",
          "type": "name"
        },
        {
          "name": "poolid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in close

    {
      "name": "close",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol"
        }
      ]
    }
  • Table row type of commdata

    {
      "name": "commdata",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "totalvoters",
          "type": "uint64"
        },
        {
          "name": "totaltokensvoted",
          "type": "uint64"
        },
        {
          "name": "communityname",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "backgroundurl",
          "type": "string"
        },
        {
          "name": "tokenurl",
          "type": "string"
        },
        {
          "name": "tokensymbol",
          "type": "string"
        },
        {
          "name": "toppoll",
          "type": "uint64"
        },
        {
          "name": "staked",
          "type": "asset"
        },
        {
          "name": "fetch1",
          "type": "string[]"
        },
        {
          "name": "fetch2",
          "type": "string[]"
        },
        {
          "name": "fetch3",
          "type": "string[]"
        },
        {
          "name": "totalcirculation",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in create

    {
      "name": "create",
      "base": "",
      "fields": [
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "maximum_supply",
          "type": "asset"
        }
      ]
    }
  • Action parameter in createpollz

    {
      "name": "createpollz",
      "base": "",
      "fields": [
        {
          "name": "question",
          "type": "string"
        },
        {
          "name": "answers",
          "type": "string[]"
        },
        {
          "name": "totalvote",
          "type": "uint64[]"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "uniqueurl",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in createpool

    {
      "name": "createpool",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "poolid",
          "type": "uint64"
        },
        {
          "name": "poolname",
          "type": "string"
        },
        {
          "name": "pooldescr",
          "type": "string"
        },
        {
          "name": "contractname",
          "type": "name"
        },
        {
          "name": "clmamount",
          "type": "asset"
        }
      ]
    }
  • Table row type of commcreator

    {
      "name": "creatordata",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Table row type of stat

    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        }
      ]
    }
  • Action parameter in delbadboys

    {
      "name": "delbadboys",
      "base": "",
      "fields": [
        {
          "name": "badboy",
          "type": "name"
        }
      ]
    }
  • Table row type of delband

    {
      "name": "delegated_bandwidth",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "net_weight",
          "type": "asset"
        },
        {
          "name": "cpu_weight",
          "type": "asset"
        }
      ]
    }
  • Action parameter in deleteleader

    {
      "name": "deleteleader",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Action parameter in deletepoll

    {
      "name": "deletepoll",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Action parameter in deletepool

    {
      "name": "deletepool",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "poolid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in delplc

    {
      "name": "delplc",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Action parameter in delplcetf

    {
      "name": "delplcetf",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Action parameter in deltok

    {
      "name": "deltok",
      "base": "",
      "fields": [
        {
          "name": "token",
          "type": "symbol[]"
        },
        {
          "name": "totalvote",
          "type": "uint64[]"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in finishpoll

    {
      "name": "finishpoll",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Table row type of indtotalstkh

    {
      "name": "indtotalstkh",
      "base": "",
      "fields": [
        {
          "name": "staker",
          "type": "name"
        },
        {
          "name": "totalstaked",
          "type": "asset"
        }
      ]
    }
  • Action parameter in issue

    {
      "name": "issue",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of kysimused

    {
      "name": "kysimused",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "totalvote",
          "type": "uint64[]"
        },
        {
          "name": "answers",
          "type": "string[]"
        },
        {
          "name": "question",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "nrofvoters",
          "type": "uint8"
        },
        {
          "name": "sumofallopt",
          "type": "uint64"
        },
        {
          "name": "uniqueurl",
          "type": "string"
        },
        {
          "name": "timecreated",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of kysimuseds

    {
      "name": "kysimuseds",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "totalvote",
          "type": "uint64[]"
        },
        {
          "name": "answers",
          "type": "symbol[]"
        },
        {
          "name": "question",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "nrofvoters",
          "type": "uint8"
        },
        {
          "name": "sumofallopt",
          "type": "uint64"
        },
        {
          "name": "uniqueurl",
          "type": "string"
        },
        {
          "name": "timecreated",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of mngtab

    {
      "name": "mngtab",
      "base": "",
      "fields": [
        {
          "name": "nrofmanagers",
          "type": "uint64"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Action parameter in modback

    {
      "name": "modback",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "backgroundurl",
          "type": "string"
        },
        {
          "name": "tokenurl",
          "type": "string"
        }
      ]
    }
  • Action parameter in modcommuus

    {
      "name": "modcommuus",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "communityname",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "backgroundurl",
          "type": "string"
        },
        {
          "name": "tokenurl",
          "type": "string"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "totalcirculation",
          "type": "uint64"
        },
        {
          "name": "tokensym",
          "type": "string"
        }
      ]
    }
  • Action parameter in modifypool

    {
      "name": "modifypool",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "poolid",
          "type": "uint64"
        },
        {
          "name": "poolname",
          "type": "string"
        },
        {
          "name": "pooldescr",
          "type": "string"
        },
        {
          "name": "contractname",
          "type": "name"
        },
        {
          "name": "clmamount",
          "type": "asset"
        }
      ]
    }
  • Action parameter in open

    {
      "name": "open",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "ram_payer",
          "type": "name"
        }
      ]
    }
  • Table row type of paid

    {
      "name": "paid",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • {
      "name": "pair_time_point_sec_int64",
      "base": "",
      "fields": [
        {
          "name": "first",
          "type": "time_point_sec"
        },
        {
          "name": "second",
          "type": "int64"
        }
      ]
    }
  • Table row type of paljuvoted

    {
      "name": "paljuvoted",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "nrofvotes",
          "type": "uint8"
        },
        {
          "name": "timefirstvote",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of parimad

    {
      "name": "parimad",
      "base": "",
      "fields": [
        {
          "name": "governor",
          "type": "name"
        },
        {
          "name": "rewardsreceived",
          "type": "asset"
        }
      ]
    }
  • Table row type of personstaked

    {
      "name": "personstaked",
      "base": "",
      "fields": [
        {
          "name": "staker",
          "type": "name"
        },
        {
          "name": "staked",
          "type": "asset"
        }
      ]
    }
  • Table row type of pooltable

    {
      "name": "pooltabel",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "poolid",
          "type": "uint64"
        },
        {
          "name": "poolname",
          "type": "string"
        },
        {
          "name": "pooldescr",
          "type": "string"
        },
        {
          "name": "contractname",
          "type": "name"
        },
        {
          "name": "clmamount",
          "type": "asset"
        },
        {
          "name": "totalamount",
          "type": "asset"
        }
      ]
    }
  • Table row type of portfolios

    {
      "name": "portfolios",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "totalvote",
          "type": "uint64[]"
        },
        {
          "name": "answers",
          "type": "symbol[]"
        },
        {
          "name": "nrofvoters",
          "type": "uint8"
        },
        {
          "name": "sumofallopt",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in retire

    {
      "name": "retire",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of rexbal

    {
      "name": "rex_balance",
      "base": "",
      "fields": [
        {
          "name": "version",
          "type": "uint8"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "vote_stake",
          "type": "asset"
        },
        {
          "name": "rex_balance",
          "type": "asset"
        },
        {
          "name": "matured_rex",
          "type": "int64"
        },
        {
          "name": "rex_maturities",
          "type": "pair_time_point_sec_int64[]"
        }
      ]
    }
  • Table row type of stakes

    {
      "name": "stake_info",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "stake",
          "type": "asset"
        }
      ]
    }
  • Action parameter in stakeforcomm

    {
      "name": "stakeforcomm",
      "base": "",
      "fields": [
        {
          "name": "staker",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Table row type of stake2

    {
      "name": "staking",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Action parameter in subpaid

    {
      "name": "subpaid",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "value",
          "type": "asset"
        }
      ]
    }
  • Action parameter in supplydown

    {
      "name": "supplydown",
      "base": "",
      "fields": [
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "maximum_supply",
          "type": "asset"
        }
      ]
    }
  • Action parameter in testcreation

    {
      "name": "testcreation",
      "base": "",
      "fields": [
        {
          "name": "amounts",
          "type": "asset[]"
        },
        {
          "name": "contractn",
          "type": "name[]"
        }
      ]
    }
  • Action parameter in threshdown

    {
      "name": "threshdown",
      "base": "",
      "fields": [
        {
          "name": "toppoll",
          "type": "uint64"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Action parameter in tokenarvdel

    {
      "name": "tokenarvdel",
      "base": "",
      "fields": [
        {
          "name": "voteri",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Table row type of totalstk

    {
      "name": "totalstk",
      "base": "",
      "fields": [
        {
          "name": "totalstaked",
          "type": "asset"
        }
      ]
    }
  • Action parameter in transfer

    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in unstkfromcom

    {
      "name": "unstkfromcom",
      "base": "",
      "fields": [
        {
          "name": "staker",
          "type": "name"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Table row type of theusrpoll

    {
      "name": "usrpollz",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        }
      ]
    }
  • Table row type of theusrpolls

    {
      "name": "usrpollzs",
      "base": "",
      "fields": [
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "usersvote",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in usrvotedel

    {
      "name": "usrvotedel",
      "base": "",
      "fields": [
        {
          "name": "voteri",
          "type": "name"
        },
        {
          "name": "pollikey",
          "type": "uint64"
        }
      ]
    }
  • Table row type of voterincoms

    {
      "name": "votercounts",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in votersnulli

    {
      "name": "votersnulli",
      "base": "",
      "fields": [
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        }
      ]
    }
  • Table row type of voterstatzi

    {
      "name": "voterstatzi",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "first_vote_time",
          "type": "time_point_sec"
        },
        {
          "name": "dailyvoted",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in votertabdel

    {
      "name": "votertabdel",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        }
      ]
    }
  • Action parameter in votez

    {
      "name": "votez",
      "base": "",
      "fields": [
        {
          "name": "usersvote",
          "type": "uint64"
        },
        {
          "name": "pollkey",
          "type": "uint64"
        },
        {
          "name": "option",
          "type": "uint8"
        },
        {
          "name": "community",
          "type": "name"
        },
        {
          "name": "voter",
          "type": "name"
        }
      ]
    }
  • Table row type of approvedaccs

    {
      "name": "white",
      "base": "",
      "fields": [
        {
          "name": "accounts",
          "type": "name"
        }
      ]
    }
  • Action parameter in whiteaccs

    {
      "name": "whiteaccs",
      "base": "",
      "fields": [
        {
          "name": "accounts",
          "type": "name[]"
        },
        {
          "name": "community",
          "type": "name"
        }
      ]
    }
  • Table row type of goodboys

    {
      "name": "whitelist",
      "base": "",
      "fields": [
        {
          "name": "goodboy",
          "type": "name"
        }
      ]
    }