burn

Description

Burn a certain amount of tokens by token owner.

Parameters

JSON format example:

{"p":"krc-20","op":"burn","tick":"kasp","amt":"6600000000"}

Mint Mode

Enabled when ( DaaScore >= 110165000 ).

Key
Required?
Description

p

Yes

Protocol header. Must be "krc-20" (case-insensitive).

op

Yes

Operation. Must be "burn" (case-insensitive).

tick

Yes

Ticker. 4 to 6 letter unique identifier of the token (case-insensitive).

amt

Yes

The amount of the tokens to burn, including decimal.

Issue Mode

Enabled when ( DaaScore >= 110165000 ).

Key
Required?
Description

p

Yes

Protocol header. Must be "krc-20" (case-insensitive).

op

Yes

Operation. Must be "burn" (case-insensitive).

ca

Yes

Contract address of the token.

amt

Yes

The amount of the tokens to issue, including decimal.

Notice

  • No additional transaction fee required.

  • If the owner's token balance is insufficient, the operation will fail.

Last updated