You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、Fair Distribution:A tokenized protocol for fair launch of inscriptions, allowing everyone to participate fairly.
2、Balance Accounting:Flexibility and gas savings in transfers through balance accounting.
3、Node Consensus:After deployment, our node synchronization methods will be publicly disclosed via npm packages, enabling oversight of the fairness of accounting.
4、Node Consensus:Once the market stabilizes, consensus nodes will be employed to verify the security and accuracy of all node data.
Agreements
1、Mint tokens only with from=to.
2、Do not support batch minting through contracts.
3、Mint hashes will no longer be recorded.
Specifications
1、deploy:Used to deploy the NextInscription protocol for token issuance.
2、mint:Used to mint tokens according to the NextInscription protocol.
3、transfer:Used for transferring tokens under the NextInscription protocol.
4、deposit:Used for staking tokens under the NextInscription protocol.
4、Xtransfer:Used for cross tokens under the NextInscription protocol.
5、NextInscriptionDeposit:Event triggered when a deposit is confirmed under the NextInscription protocol.
6、NextInscriptionContractTransfer: Event triggered when a token transfer within the NextInscription protocol contract occurs.
event NextInscriptionDeposit(
bytes32 indexed orderHash,
bytes32 indexed collectionId,
uint256 indexed amount
);
//Used to pledge inscription tokens for successful callback of contracts
NextInscriptionContractTransfer
event NextInscriptionContractTransfer(
bytes32 indexed collectionId,
address indexed receive,
uint256 indexed amount
);
//Internal token transfer within the contract, used for contract transfers