sebnyc

Results 2 issues of sebnyc

I'm starting to use your library, it looks fantastic. I would like to decode the 'input' field of transactions, using the ABI of the involved contract (especially for ERC20 contracts)....

Hi, I'm trying to fetch account balances from ERC20 smart contracts. To do so, I have the [ERC20 standard ABI](https://github.com/ethereum/wiki/wiki/Contract-ERC20-ABI), so I should just have to call the "balanceOf" function...