whaleextrust
Contract
{ "name": "leverlend", "base": "", "fields": [ { "name": "exchange", "type": "name" }, { "name": "base", "type": "extended_symbol" }, { "name": "quote", "type": "extended_symbol" }, { "name": "debtor", "type": "name" }, { "name": "debtor_order_id", "type": "uint64" }, { "name": "debtor_order_time", "type": "uint32" }, { "name": "debtor_lend_amount", "type": "int64" }, { "name": "debtor_interest_amount", "type": "int64" }, { "name": "debtor_maker_fee_ratio", "type": "uint16" }, { "name": "debtor_taker_fee_ratio", "type": "uint16" }, { "name": "debtor_memo", "type": "string" }, { "name": "debtor_sig", "type": "signature" }, { "name": "creditor", "type": "name" }, { "name": "creditor_order_id", "type": "uint64" }, { "name": "creditor_order_time", "type": "uint32" }, { "name": "creditor_lend_amount", "type": "int64" }, { "name": "creditor_interest_amount", "type": "int64" }, { "name": "creditor_maker_fee_ratio", "type": "uint16" }, { "name": "creditor_taker_fee_ratio", "type": "uint16" }, { "name": "creditor_memo", "type": "string" }, { "name": "creditor_sig", "type": "signature" }, { "name": "lend_id", "type": "uint64" }, { "name": "trade_id", "type": "uint64" }, { "name": "lend_amount", "type": "int64" }, { "name": "interest_amount", "type": "int64" }, { "name": "debtor_is_maker", "type": "bool" }, { "name": "debtor_fee_amount", "type": "int64" }, { "name": "with_repay", "type": "bool" }, { "name": "time", "type": "uint32" }, { "name": "repay_lend_id", "type": "uint64" }, { "name": "repay_to", "type": "name" }, { "name": "repay_interest", "type": "int64" }, { "name": "repay_fee", "type": "int64" } ] }