issue

Description

Issue a certain amount of tokens by the token owner, only for tokens in "Deploy - Issue" Mode.

Parameters

JSON format example:

{"p":"krc-20","op":"issue","ca":"a0183c1f...","amt":"100000000000","to":"kaspa:..."}

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