🪙Transfer ERC20

Use this method to transfer ERC20 token from your developer wallet.

ERC20 transfer works for any ERC20, and they need to be in your developer wallet

Usage in your script

const response = await altura.transferErc20(
    COLLECTION_ADDRESS,
    CHAIN_ID,
    AMOUNT,
    TO_ADDRESS
);

const txHash = response.txHash;

Parameters

Last updated