{
"version": "eosio::abi/1.2",
"types": [
{
"new_type_name": "decimal",
"type": "asset"
}
],
"structs": [
{
"name": "extended_symbol",
"base": "",
"fields": [
{
"name": "sym",
"type": "symbol"
},
{
"name": "contract",
"type": "name"
}
]
},
{
"name": "feed",
"base": "",
"fields": [
{
"name": "coin",
"type": "symbol_code"
},
{
"name": "price",
"type": "decimal"
}
]
},
{
"name": "fetch",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "coin",
"type": "extended_symbol"
},
{
"name": "sources",
"type": "source[]"
},
{
"name": "interval",
"type": "uint32"
},
{
"name": "reliable_interval",
"type": "uint32"
},
{
"name": "updatable",
"type": "bool"
},
{
"name": "available",
"type": "bool"
},
{
"name": "prices",
"type": "decimal[]"
},
{
"name": "reliable_price",
"type": "decimal"
},
{
"name": "fetched_at",
"type": "uint32"
},
{
"name": "recorded_at",
"type": "uint32"
}
]
},
{
"name": "oracle",
"base": "",
"fields": [
{
"name": "coin",
"type": "symbol_code"
},
{
"name": "price",
"type": "decimal"
},
{
"name": "fetched_at",
"type": "uint32"
}
]
},
{
"name": "refresh",
"base": "",
"fields": []
},
{
"name": "refresh2",
"base": "",
"fields": [
{
"name": "offset",
"type": "uint32"
},
{
"name": "limit",
"type": "uint32"
}
]
},
{
"name": "set",
"base": "",
"fields": [
{
"name": "coin",
"type": "extended_symbol"
},
{
"name": "sources",
"type": "source[]"
},
{
"name": "interval",
"type": "uint32"
},
{
"name": "reliable_interval",
"type": "uint32"
}
]
},
{
"name": "setavailable",
"base": "",
"fields": [
{
"name": "coin",
"type": "extended_symbol"
},
{
"name": "available",
"type": "bool"
}
]
},
{
"name": "source",
"base": "",
"fields": [
{
"name": "type",
"type": "uint8"
},
{
"name": "args",
"type": "string[]"
}
]
}
],
"actions": [
{
"name": "feed",
"type": "feed",
"ricardian_contract": ""
},
{
"name": "refresh",
"type": "refresh",
"ricardian_contract": ""
},
{
"name": "refresh2",
"type": "refresh2",
"ricardian_contract": ""
},
{
"name": "set",
"type": "set",
"ricardian_contract": ""
},
{
"name": "setavailable",
"type": "setavailable",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "fetch",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "fetch"
},
{
"name": "oracle",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "oracle"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}