You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
It doesn't appear that EthQL is capable of retrieving the decimal field of ERC20 contracts. The decimal field is a default field in ERC20, just like symbol and totalSupply, which EthQL does support. Would this be possible to implement?
The text was updated successfully, but these errors were encountered:
@wtzb sure! Would you mind sending a pull request? It should be pretty straightforward. You can see how the totalSupply field is implemented, and do something similar.
It doesn't appear that EthQL is capable of retrieving the
decimal
field of ERC20 contracts. Thedecimal
field is a default field in ERC20, just likesymbol
andtotalSupply
, which EthQL does support. Would this be possible to implement?The text was updated successfully, but these errors were encountered: