issue
Description
Issue a certain amount of tokens by the token owner, only for tokens in "Deploy - Issue" Mode.
Parameters
JSON format example:
Enabled when ( DaaScore >= 110165000 ).
Key
Required?
Description
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "issue" (case-insensitive).
ca
Yes
Contract address of the token.
amt
Yes
The amount of the tokens to issue, including decimal.
to
No
The receiver address of the tokens.
Notice
No additional transaction fee required.
If an operation causes the cap to be exceeded, the maximum possible number of tokens will be obtained.
If
to
field is not configured, it defaults to the transaction sender address.
Last updated