Mint(batch) - tx
Mint 𝔉rc20 token
Last updated
Mint 𝔉rc20 token
Last updated
Key | Required | FType | Description |
---|---|---|---|
Or mint simple inscription
https://github.com/fixes-world/fixes/blob/main/cadence/transactions/mint-frc20.cdc
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.