I'm doing some tests deploying some contracts and using truffle's console. I need to check what is the balance of a given token in one of the default accounts that truffle/ganache creates. Is there a way to do this without having to provide the ABI of the contract? If not, how can I even provide this ABI to create the contract "web3 style" inside truffle's console?
Thanks
balanceOf(). See something similar withtotalSupply()https://ethereum.stackexchange.com/questions/24990/how-can-i-get-token-info-by-the-contract-address – Ismael Jun 03 '21 at 06:24