Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement: token decimals #5

Open
denverbaumgartner opened this issue Nov 22, 2022 · 1 comment
Open

improvement: token decimals #5

denverbaumgartner opened this issue Nov 22, 2022 · 1 comment

Comments

@denverbaumgartner
Copy link
Contributor

today: the repo only passes, expects, and utilizes the full uint representation of erc20, erc721, etc. token values. most people tend to like seeing these values converted to human-readable format at some point or another.

soon: at a bare minimum we will add in additional support to the ERC20 class for dealing with integer values. throughout the repo itself i'm not sure we should really do must as we should encourage best practice of dealing with values as integers to avoid precision errors or mistakes. within data aggregation & reporting 🔜 etc. this will be an obvious part of data cleaning & prep

@adamamsmith
Copy link
Contributor

Closed by #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants