Replies: 2 comments
-
There is not, and probably never will be—determining all the holders of a token is "hard" in the sense that forge can't just read the list from contract storage. Instead you have to fetch all ERC20 |
Beta Was this translation helpful? Give feedback.
-
All right, thank you for your reply. |
Beta Was this translation helpful? Give feedback.
-
Like this one https://arbiscan.io/token/0x912CE59144191C1204E64559FE8253a0e49E6548#balances
For an ERC20 token, if there is a cheatcode
vm.distribution(token)
returning the holders, then it would be very handy.Beta Was this translation helpful? Give feedback.
All reactions