CreateAssetIssue

Issue a TRC10 token.

Returns

Transaction object - JSON object: Unsigned transaction, please refer to the Transaction chapter for the fields contained in it. Since the transaction type is AssetIssueContract, the fields contained in raw_data.contract[0].parameter.value in the transaction are as follows:

FieldTypeDescription
owner_addressstringissuer address
namestringtoken name
abbrstringtoken abbr
total_supplyint64total supply
frozen_supplyFrozenSupply[]The number of tokens to be frozen is specified by the issuer of the token when it is issued
trx_numint32Define the price by the ratio of trx_num/num(The unit of 'trx_num' is SUN)
precisionint32precision
numint32Define the price by the ratio of trx_num/num(The unit of 'trx_num' is SUN)
start_timeint64ICO start time
end_timeint64ICO end time
descriptionstringtoken description
urlstringToken official website url, default hexString
free_asset_net_limitint64Token free asset net limit
public_free_asset_net_limitint64Token public free asset net limit for a account
public_free_asset_net_usageint64The total number of token free bandwidth used by all token owner
public_latest_free_net_timeint64The timestamp of the last consumption of this token's free bandwidth
Language
Click Try It! to start a request and see the response here!