ERC-20
Endpoints related to the ERC-20 standard, including those required for creating signatures and permits needed for mint, burn and transfer transactions
📄️ Executing batched transfers
Executing multiple transfers in a single transaction. To send batch transactions, you must first generate the data to sign using 'Generate necessary data for signing batch transactions (batchTransfer)' and then send it to the 'Sign an EIP712 object using a custodian account' endpoint for signing.
📄️ Generating the necessary data to sign batch transactions (batchTransfer).
Generating the necessary data to sign batch transactions (batchTransfer).
📄️ Executing batched mints
Executing multiple transfers in a single transaction for the ERC721 token. To send batch transactions, you must first generate the data to sign using 'Generate necessary data for signing batch transactions (batchTransfer)' and then send it to the 'Sign an EIP712 object using a custodian account' endpoint for signing.
📄️ Generating the necessary data to sign the creation of tokens in batches (batchMint)
Generating the necessary data to sign the creation of tokens in batches (batchMint)
📄️ Adding/updating the Merkle root of the Merkle tree generated from the list of investors
Sending a transaction to the token's smart contract to add the Merkle root of the Merkle tree generated from the list of investors
📄️ Generating the EIP712 signature data to set the Merkle root for the list of investors
Generating the EIP712 signature data to set the Merkle root for the list of investors
📄️ Executing batched merkle mints
Executing mints from a Merkle tree in a single transaction. To send a Merkle mint, you must first generate the list of mints, then create its corresponding Merkle root and set it in the contract. Next, generate the data to sign using 'Generate necessary data for signing the creation of tokens in batches (merkleMint)' and send it to the 'Sign an EIP712 object using a custodian account' endpoint to obtain the signature and create the correct payload for sending the Merkle mint.
📄️ Generating the necessary data to sign the creation of tokens in batches from a list (merkleMint)
Generating the necessary data to sign the creation of tokens in batches from a list (merkleMint)
📄️ Executing batch burning
Executing multiple burns in a single transaction; only the token manager can sign the transaction
📄️ Generates the necessary data to sign the request for batch token destruction (burn)
Generates the necessary data to sign the request for batch token destruction (burn). The only valid signatures are those of the token manager