[Ethereum] Possible to transfer multiple tokens in one transaction

erc-20transfer

Is it possible to transfer all / multiple ERC20 tokens to another wallet address in a single transaction?

Best Answer

Only from the smart contract based wallets that are designed for this. ERC-20 tokens on normal Ethereum accounts cannot do this.

Related Topic