Mint
Mint BNCS-20 token
{
"p": "bncs-20",
"op": "mint",
"tick": "BNCS",
"amt": "1000"
}
Key
Required
Description
p
Yes
Protocol: Helps other systems identify and process bncs-20 events
op
Yes
Operation: Type of event (Deploy, Mint, Transfer)
tick
Yes
Ticker: identifier of the bncs-20
amt
Yes
Amount to mint: States the amount of the bncs-20 to mint. Has to be less or equal to "lim"
Last updated