{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "claim",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "init",
"base": "",
"fields": []
},
{
"name": "liquiditylog",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "liquidity_id",
"type": "uint64"
},
{
"name": "type",
"type": "string"
},
{
"name": "in_token",
"type": "token_t"
},
{
"name": "out_token",
"type": "token_t"
},
{
"name": "in_asset",
"type": "asset"
},
{
"name": "out_asset",
"type": "asset"
},
{
"name": "liquidity_token",
"type": "uint64"
},
{
"name": "in_balance",
"type": "asset"
},
{
"name": "out_balance",
"type": "asset"
},
{
"name": "balance_ltoken",
"type": "uint64"
}
]
},
{
"name": "minemarket",
"base": "",
"fields": [
{
"name": "round_id",
"type": "uint64"
}
]
},
{
"name": "minemarkets",
"base": "",
"fields": []
},
{
"name": "mineswap",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "newliquidity",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "token1",
"type": "token_t"
},
{
"name": "token2",
"type": "token_t"
}
]
},
{
"name": "oauth",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "status",
"type": "uint8"
}
]
},
{
"name": "st_defi_account",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "quantity",
"type": "uint64[]"
},
{
"name": "market_quantity",
"type": "uint64[]"
},
{
"name": "swap_quantity",
"type": "asset"
},
{
"name": "mine_quantity",
"type": "asset"
},
{
"name": "market_round",
"type": "uint64"
},
{
"name": "timestamp",
"type": "uint64"
},
{
"name": "oauth",
"type": "uint8"
}
]
},
{
"name": "st_defi_config",
"base": "",
"fields": [
{
"name": "swap_time",
"type": "uint64"
},
{
"name": "swap_quantity",
"type": "uint64"
},
{
"name": "swap_suply",
"type": "uint64"
},
{
"name": "swap_counter",
"type": "uint64"
},
{
"name": "swap_issue",
"type": "uint64"
},
{
"name": "market_suply",
"type": "uint64[]"
},
{
"name": "market_time",
"type": "uint64"
},
{
"name": "last_swap_suply",
"type": "uint64"
},
{
"name": "market_quantity",
"type": "uint64[]"
},
{
"name": "market_issue",
"type": "uint64"
}
]
},
{
"name": "st_defi_market",
"base": "",
"fields": [
{
"name": "round",
"type": "uint64"
},
{
"name": "amount",
"type": "uint64"
},
{
"name": "quantity",
"type": "uint64[]"
},
{
"name": "total",
"type": "uint64"
},
{
"name": "executed",
"type": "uint64"
},
{
"name": "timestamp",
"type": "uint64"
}
]
},
{
"name": "st_defi_pools",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "liquidity_token",
"type": "uint64"
},
{
"name": "quantity1",
"type": "asset"
},
{
"name": "quantity2",
"type": "asset"
},
{
"name": "timestamp",
"type": "uint64"
}
]
},
{
"name": "st_defi_round",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "account",
"type": "name"
},
{
"name": "round_id",
"type": "uint64"
},
{
"name": "amount",
"type": "uint64"
}
]
},
{
"name": "token_t",
"base": "",
"fields": [
{
"name": "address",
"type": "name"
},
{
"name": "symbol",
"type": "symbol"
}
]
},
{
"name": "updateweight",
"base": "",
"fields": [
{
"name": "liquidity_id",
"type": "uint64"
},
{
"name": "type",
"type": "uint64"
},
{
"name": "weight",
"type": "float32"
}
]
},
{
"name": "upgrade",
"base": "",
"fields": []
}
],
"actions": [
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "init",
"type": "init",
"ricardian_contract": ""
},
{
"name": "liquiditylog",
"type": "liquiditylog",
"ricardian_contract": ""
},
{
"name": "minemarket",
"type": "minemarket",
"ricardian_contract": ""
},
{
"name": "minemarkets",
"type": "minemarkets",
"ricardian_contract": ""
},
{
"name": "mineswap",
"type": "mineswap",
"ricardian_contract": ""
},
{
"name": "newliquidity",
"type": "newliquidity",
"ricardian_contract": ""
},
{
"name": "oauth",
"type": "oauth",
"ricardian_contract": ""
},
{
"name": "updateweight",
"type": "updateweight",
"ricardian_contract": ""
},
{
"name": "upgrade",
"type": "upgrade",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "account",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_defi_account"
},
{
"name": "config",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_defi_config"
},
{
"name": "defipools",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_defi_pools"
},
{
"name": "market",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_defi_market"
},
{
"name": "round",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "st_defi_round"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}