Deploy
Deployment requires JSON to be prefixed, and then the content encoding is sent to the specified address 0x0000000000000000000000000000000000000000. If the JSON is legal and the check has not been deployed, it is a valid deployment.
When deploying, we need to specify some required fields.
p
yes
protocol nameοΌierc-20
op
yes
operation type: "deploy" | "mint" | "transfer" | "proxy_transfer" | "freeze_sell". Use "deploy".
tick
yes
token name.
max
yes
max supply.
lim
yes
limit for each mint.
wlim
yes
limit for each address can maximum mint.
dec
yes
decimal for minimum divie.
nonce
yes
don't repeat numbers with yourself.
Requires attention:
tick itself is case-sensitive, but it is recommended that the index be case-insensitive.
Since different indexes have different versions of JSON, here is a restriction, the last field of JSON cannot have a comma (,).
For example:
Last updated