Mint a batch of tokens with ERC-20
Function to create a new token. See mintTokenBatchWithERC20 args.
({ channelAddress: string; to: string; tokenIds: bigint[]; amounts: number[]; mintReferral: string; data: string; transactionOverrides?: TransactionOverrides; }) => Promise<Log[] | undefined>
ContractExecutionStatus
the status of the transaction
string
the transaction hash of the transaction
any
the revert message if the transaction fails
Mint a batch of tokens with ERC-20
Function to create a new token. See mintTokenBatchWithERC20 args.
({ channelAddress: string; to: string; tokenIds: bigint[]; amounts: number[]; mintReferral: string; data: string; transactionOverrides?: TransactionOverrides; }) => Promise<Log[] | undefined>
ContractExecutionStatus
the status of the transaction
string
the transaction hash of the transaction
any
the revert message if the transaction fails