Mint(batch) - tx
Mint 𝔉rc20 token
Example of Fixes Inscription data string:
Transaction parameters:
Key | Required | FType | Description |
---|---|---|---|
tick | t.String | Ticker: identity of the 𝔉rc20 token | |
amt | t.UFix64 | Amount to mint: States the amount of the 𝔉rc20 token to mint. Has to be less or equal to "limit" | |
repeats | t.UInt64 | How many times to repeat the mint action. Better less than or equal to 100 times. |
Transaction code example:
Transaction source code
Or mint simple inscription
https://github.com/fixes-world/fixes/blob/main/cadence/transactions/mint-frc20.cdc
Related docs
Last updated