Deploy
Key
Required
Description
// deploy; send 0eth from self to 0x0000000000000000000000000000000000000000;
{
"p":"ierc-20", //protocol name: ierc20
"op":"deploy", //operation: deploy/mint/transfer/freeze_sell/proxy_transfer
"tick":"ethi", //token tick, can't be repeatable, case insensitive.
"max":"21000000", //max supply
"lim":"1000", //limit for each mint
"wlim":"10000", //limit for each address can maximum mint, address balance < deploy.wlim (Before mint, please do not receive transfers from others, transfers are also counted as balance)
"dec":"8", //decimal for minimum divie
"nonce":"0", //increasing interger
}Last updated