Skip to main content

PostMerkleMint

mints object[]
  • Array [
  • tostring

    user's ID

    amountstring

    Amount of tokens for the user

  • ]
  • signaturestring

    EIP712 signature of the minting request

    noncenumber

    Unique number per request to prevent replay attacks

    signerstring

    Blockchain address of the account used to sign requests

    leavesstring[]
    investorInfo object
    amountstring

    Amount of tokens to be minted into the wallet associated with the provided email, in wei units

    Example: 10000000000000000000
    emailstring

    Email of the investor to whom the tokens will be minted

    PostMerkleMint
    {
    "mints": [
    {
    "to": "string",
    "amount": "string"
    }
    ],
    "signature": "string",
    "nonce": 0,
    "signer": "string",
    "leaves": [
    "0xb4b7c94141b250b48a181adec8425254644862dcb79ec17c135155d28b570041",
    "0xe07f5103bbeeb436bfe892b6c508749f686319c5e3dbc29df1d44fa026670070"
    ],
    "investorInfo": {
    "amount": "10000000000000000000",
    "email": "[email protected]"
    }
    }