Key
Required?
Description
p
Yes
Protocol: Helps other systems identify and process brc-20 events
op
Operation: Type of event (Deploy, Mint, Transfer)
tick
Ticker: 4 letter identifier of the brc-20
max
Max supply: set max supply of the brc-20
lim
No
Mint limit: If letting users mint to themsleves, limit per ordinal
dec
Decimals: set decimal precision, default to 18
Example: Deploy BRC-20 token with ticker ordi, maximum supply 21000000, limit per mint 1000
ordi
21000000
1000
{ "p": "brc-20", "op": "deploy", "tick": "ordi", "max": "21000000", "lim": "1000" }
Last updated 1 year ago