chown
Description
Changes the ownership of the specified token by the token owner.
Parameters
JSON format example:
Mint Mode
Enabled when ( DaaScore >= 110165000 ).
Key
Required?
Description
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "chown" (case-insensitive).
tick
Yes
Ticker. 4 to 6 letter unique identifier of the token (case-insensitive).
to
Yes
The target address.
Issue Mode
Enabled when ( DaaScore >= 110165000 ).
Key
Required?
Description
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "chown" (case-insensitive).
ca
Yes
Contract address of the token.
to
Yes
The target address.
Notice
No additional transaction fee required.
If
to
field is set to a blackhole address, it means permanently giving up the ownership of this token.
Last updated