Operation-Mint

By recording a minting event, you initialize the balance to the minter's address.

Only the first owner with a specific ID will receive the balance. Ethscriptions cannot recognize duplicates, so these ID fields act as a kind of random number and identifier.

To preserve sanity, all ZKC-20 events are prefixed with the raw JSON data.

Permissible Keys

This ensures that only mint events associated with the specified deploy parameters are recognized as valid ethscriptions.

Example of minting ZKC-20:

Mint 1,000 $tom. data:application/json,{"p":"ZKC-20","op":"mint","tick":"tom","amt":"1000","id": "1"} Just replace tick with your desired tick and id with a random number not used before.

Last updated