Vaulta

lptoken.defi

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "addnotify",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "partner",
          "type": "name"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    },
    {
      "name": "claimall",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "offset",
          "type": "symbol_code"
        },
        {
          "name": "limit",
          "type": "uint16"
        }
      ]
    },
    {
      "name": "close",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol"
        }
      ]
    },
    {
      "name": "create",
      "base": "",
      "fields": [
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "maximum_supply",
          "type": "asset"
        }
      ]
    },
    {
      "name": "createpool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "weight",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "curmine",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        }
      ]
    },
    {
      "name": "curvemine",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "destroy",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        }
      ]
    },
    {
      "name": "emergentpool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "last_reward_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "issue",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "modifypool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "weight",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "niotifyitem",
      "base": "",
      "fields": [
        {
          "name": "partner",
          "type": "name"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "open",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "ram_payer",
          "type": "name"
        }
      ]
    },
    {
      "name": "pool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "weight",
          "type": "uint32"
        },
        {
          "name": "last_reward_time",
          "type": "uint32"
        },
        {
          "name": "acc_box_per_share",
          "type": "uint128"
        }
      ]
    },
    {
      "name": "poolstat",
      "base": "",
      "fields": [
        {
          "name": "total_weight",
          "type": "uint32"
        },
        {
          "name": "last_issue_time",
          "type": "uint32"
        },
        {
          "name": "status",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "removenotify",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "partner",
          "type": "name"
        }
      ]
    },
    {
      "name": "removepool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "offset",
          "type": "name"
        },
        {
          "name": "limit",
          "type": "uint16"
        }
      ]
    },
    {
      "name": "retire",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "reward",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "cumulative",
          "type": "uint64"
        },
        {
          "name": "unclaimed",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "rewardlog",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "reward",
          "type": "asset"
        }
      ]
    },
    {
      "name": "tokenchange",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "pre_amount",
          "type": "uint64"
        },
        {
          "name": "now_amount",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "update",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    },
    {
      "name": "updatestatus",
      "base": "",
      "fields": [
        {
          "name": "status",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "user_info",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "debt",
          "type": "uint64"
        },
        {
          "name": "liquidity",
          "type": "uint64"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "addnotify",
      "type": "addnotify",
      "ricardian_contract": ""
    },
    {
      "name": "claim",
      "type": "claim",
      "ricardian_contract": ""
    },
    {
      "name": "claimall",
      "type": "claimall",
      "ricardian_contract": ""
    },
    {
      "name": "close",
      "type": "close",
      "ricardian_contract": ""
    },
    {
      "name": "create",
      "type": "create",
      "ricardian_contract": ""
    },
    {
      "name": "createpool",
      "type": "createpool",
      "ricardian_contract": ""
    },
    {
      "name": "curmine",
      "type": "curmine",
      "ricardian_contract": ""
    },
    {
      "name": "destroy",
      "type": "destroy",
      "ricardian_contract": ""
    },
    {
      "name": "emergentpool",
      "type": "emergentpool",
      "ricardian_contract": ""
    },
    {
      "name": "issue",
      "type": "issue",
      "ricardian_contract": ""
    },
    {
      "name": "modifypool",
      "type": "modifypool",
      "ricardian_contract": ""
    },
    {
      "name": "open",
      "type": "open",
      "ricardian_contract": ""
    },
    {
      "name": "removenotify",
      "type": "removenotify",
      "ricardian_contract": ""
    },
    {
      "name": "removepool",
      "type": "removepool",
      "ricardian_contract": ""
    },
    {
      "name": "retire",
      "type": "retire",
      "ricardian_contract": ""
    },
    {
      "name": "rewardlog",
      "type": "rewardlog",
      "ricardian_contract": ""
    },
    {
      "name": "tokenchange",
      "type": "tokenchange",
      "ricardian_contract": ""
    },
    {
      "name": "transfer",
      "type": "transfer",
      "ricardian_contract": ""
    },
    {
      "name": "update",
      "type": "update",
      "ricardian_contract": ""
    },
    {
      "name": "updatestatus",
      "type": "updatestatus",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "accounts",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "account"
    },
    {
      "name": "curvemine",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "curvemine"
    },
    {
      "name": "niotifylist",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "niotifyitem"
    },
    {
      "name": "pools",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "pool"
    },
    {
      "name": "poolstat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "poolstat"
    },
    {
      "name": "rewards",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "reward"
    },
    {
      "name": "stat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "currency_stats"
    },
    {
      "name": "userinfo",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "user_info"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}