Hi I have this error with the transfer function in the erc20 token...
I can't find the solution..
any suggestions? The methods of balance, totalSupply work for me...
const tx = await token.methods
.transfer('0x06bc30aA363C8Da1821Ea6B0a05D822d180867bc', 5000) // the contract function
.estimateGas({from: myAccount}); // the transaction object
damian@damian-Latitude-7400:~/Documents/work/wonklyerc20$ node scripts/index.js
Uniswap (UNI) - Decimals:18 Total Supply:5000000
5000000
Error: Provided address [object Object] is invalid, the capitalization checksum test failed, or it's an indirect IBAN address which can't be converted.
Aug 18, 2021, 3:42 PM