Vaulta

stake.air

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "addpool",
      "base": "",
      "fields": [
        {
          "name": "sym",
          "type": "extended_symbol"
        }
      ]
    },
    {
      "name": "expire",
      "base": "",
      "fields": [
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        }
      ]
    },
    {
      "name": "extended_symbol",
      "base": "",
      "fields": [
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "contract",
          "type": "name"
        }
      ]
    },
    {
      "name": "freeze",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "extended_symbol"
        },
        {
          "name": "frozen",
          "type": "bool"
        }
      ]
    },
    {
      "name": "holder",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "staked_at",
          "type": "uint32"
        },
        {
          "name": "stake_secs",
          "type": "uint32"
        },
        {
          "name": "stake_flow",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "pool",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "sym",
          "type": "extended_symbol"
        }
      ]
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "addpool",
      "type": "addpool",
      "ricardian_contract": ""
    },
    {
      "name": "expire",
      "type": "expire",
      "ricardian_contract": ""
    },
    {
      "name": "freeze",
      "type": "freeze",
      "ricardian_contract": ""
    },
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "holder",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "holder"
    },
    {
      "name": "pool",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "pool"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}