mint
Description
Get a certain amount of tokens using the "mint" function, only for tokens in "Deploy - Mint" Mode.
Parameters
JSON format example:
{"p":"krc-20","op":"mint","tick":"kasp","to":"kaspa:..."}
Enabled when ( DaaScore >= 83441551 AND DaaScore <= 83525600 OR DaaScore >= 90090600 ).
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "mint" (case-insensitive).
tick
Yes
Ticker. 4 to 6 letter unique identifier of the token (case-insensitive).
to
No
The receiver address of the tokens.
Notice
To mint the tokens, the transaction fee (gas fee) paid should not be less than 1 KAS.
The balance obtained from each mint is defined in deployment. If an operation would 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