
The actions for this contract with their input parameters and potential response data.
-
Request Parameters currency symbol_code protocol_feature name enabled bool -
Request Parameters owner name token_code symbol_code initial_supply float64 -
Request Parameters converter_currency_code symbol_code -
Request Parameters converter symbol_code reserve symbol_code -
Request Parameters sender name quantity asset -
Request Parameters event string version string data pair_string_string[] Set reserve
Initializes a new reserve in the converter. This updates the converter settings and can only be called by the converter owner after creation.
Request Parameters converter_currency_code symbol_code currency symbol contract name ratio uint64 -
Request Parameters params settings_t Update fee
Updates the converter fee. This updates the converter settings and can only be called by the converter owner after creation.
Request Parameters currency symbol_code fee uint64 Update owner
Change the converter's owner. This updates the converter settings and can only be called by the converter owner after creation.
Request Parameters currency symbol_code new_owner name Withdraw
Called by liquidity providers withdrawing "temporary balances" before `fund`ing them into the reserve.
Request Parameters sender name quantity asset converter_currency_code symbol_code