Opcode: MINT #8
Labels
effort: epic
Multi-stage task that may require multiple PRs.
priority: 0
Do this first before everything else. This is critical and nothing works without this.
type: feature
New feature or request.
work: complex
Probe-sense-respond. The relationship between cause and effect can only be perceived in retrospect.
Milestone
Spec
This opcode mints
amount
tokens with sub-identifiersub_id
to the providedrecipient
.Input
recipient
of typeAddress
sub_id
of typeB256
amount
of typeU256
Output
Receipt
Mint
token_id
of typeU256
sub_id
of typeB256
U256
U256
(maybe?)Errors
None.
Notes
sub_id
passed to MINT will be used to generate the token ID. More concretely, the token ID will beKECCAK256(concat(contract_address,sub_id))
.References
The text was updated successfully, but these errors were encountered: