mint
Last updated
Last updated
Get a certain amount of tokens using the "mint" function, only for tokens in "Deploy - Mint" Mode.
JSON format example:
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.
To mint the tokens, the (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.