whaleextrust
Contract
{ "name": "verifytrade3", "base": "", "fields": [ { "name": "exchange", "type": "name" }, { "name": "base", "type": "extended_symbol" }, { "name": "quote", "type": "extended_symbol" }, { "name": "buyer", "type": "name" }, { "name": "buyer_order_id", "type": "uint64" }, { "name": "buyer_order_time", "type": "uint32" }, { "name": "buyer_base_amount", "type": "int64" }, { "name": "buyer_quote_amount", "type": "int64" }, { "name": "buyer_maker_fee_ratio", "type": "uint16" }, { "name": "buyer_taker_fee_ratio", "type": "uint16" }, { "name": "buyer_memo", "type": "string" }, { "name": "buyer_sig", "type": "signature" }, { "name": "buyer_sig_type", "type": "uint16" }, { "name": "seller", "type": "name" }, { "name": "seller_order_id", "type": "uint64" }, { "name": "seller_order_time", "type": "uint32" }, { "name": "seller_base_amount", "type": "int64" }, { "name": "seller_quote_amount", "type": "int64" }, { "name": "seller_maker_fee_ratio", "type": "uint16" }, { "name": "seller_taker_fee_ratio", "type": "uint16" }, { "name": "seller_memo", "type": "string" }, { "name": "seller_sig", "type": "signature" }, { "name": "seller_sig_type", "type": "uint16" }, { "name": "trade_id", "type": "uint64" }, { "name": "base_amount", "type": "int64" }, { "name": "quote_amount", "type": "int64" }, { "name": "buyer_is_maker", "type": "bool" }, { "name": "buyer_fee_amount", "type": "int64" }, { "name": "seller_fee_amount", "type": "int64" }, { "name": "buyer_wal_fee_amount", "type": "int64" }, { "name": "seller_wal_fee_amount", "type": "int64" }, { "name": "ignore_price", "type": "bool" } ] }