Vaulta

dfsvot.pizza

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "bpvlist",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "vote_power",
          "type": "uint64"
        },
        {
          "name": "last_vote_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "bpvoter",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "vote_power",
          "type": "uint64"
        },
        {
          "name": "last_vote",
          "type": "name[]"
        },
        {
          "name": "last_vote_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "bpvotestat",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "total_votes",
          "type": "uint64"
        },
        {
          "name": "last_vote",
          "type": "name[]"
        },
        {
          "name": "last_vote_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "clear",
      "base": "",
      "fields": []
    },
    {
      "name": "clearbp",
      "base": "",
      "fields": []
    },
    {
      "name": "syncmarkets",
      "base": "",
      "fields": []
    },
    {
      "name": "vlist",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "vote_power",
          "type": "uint64"
        },
        {
          "name": "last_vote_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "vote",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "pools",
          "type": "uint64[]"
        }
      ]
    },
    {
      "name": "votebp",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "bps",
          "type": "name[]"
        }
      ]
    },
    {
      "name": "votepool",
      "base": "",
      "fields": [
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "contract0",
          "type": "name"
        },
        {
          "name": "contract1",
          "type": "name"
        },
        {
          "name": "sym0",
          "type": "symbol"
        },
        {
          "name": "sym1",
          "type": "symbol"
        },
        {
          "name": "total_votes",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "voteproducer",
      "base": "",
      "fields": [
        {
          "name": "producer",
          "type": "name"
        },
        {
          "name": "total_votes",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "voter",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "vote_power",
          "type": "uint64"
        },
        {
          "name": "last_vote",
          "type": "uint64[]"
        },
        {
          "name": "last_vote_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "votestat",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "total_votes",
          "type": "uint64"
        },
        {
          "name": "last_vote",
          "type": "uint64[]"
        },
        {
          "name": "last_vote_time",
          "type": "uint32"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "clear",
      "type": "clear",
      "ricardian_contract": ""
    },
    {
      "name": "clearbp",
      "type": "clearbp",
      "ricardian_contract": ""
    },
    {
      "name": "syncmarkets",
      "type": "syncmarkets",
      "ricardian_contract": ""
    },
    {
      "name": "vote",
      "type": "vote",
      "ricardian_contract": ""
    },
    {
      "name": "votebp",
      "type": "votebp",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "bpvlists",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "bpvlist"
    },
    {
      "name": "bpvoters",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "bpvoter"
    },
    {
      "name": "bpvotestat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "bpvotestat"
    },
    {
      "name": "vlists",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "vlist"
    },
    {
      "name": "votebps",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "voteproducer"
    },
    {
      "name": "votepools",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "votepool"
    },
    {
      "name": "voters",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "voter"
    },
    {
      "name": "votestat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "votestat"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}