Phrase I: PoW - Base
Workc & MintHash
const regex = /^0x0000[a-fA-F0-9]{36}$/;
const isValidity = regex.test(mintHash)
// isValidity => true : 0x0000edd685500ca4c1c261e15a3267d364a4a9548966d45a70085c2cfba534b
// isValidity => false : 0xe6cc5edd685500ca4c1c261e15a3267d364a4a9548966d45a70085c2cfba534b
// isValidity => true : 0x0000000685500ca4c1c261e15a3267d364a4a9548966d45a70085c2cfba534bDeploy & Mint
// deploy; send 0eth from self to 0x0000000000000000000000000000000000000000;
{
"p":"ierc-20", //protocol name: ierc20 | terc-20
"op":"deploy", //operation: deploy/mint/transfer/freeze_sell/proxy_transfer
"tick":"ierc-m4", //token tick, can't be repeatable, case insensitive.
"workc":"0x0000",
"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
}We have deployed two sets of PoW experience inscriptions on the Ethereum mainnet:
Last updated