@royphilip
Silent precision loss is one of the oldest bugs in crypto software.
If you cast a large balance string to Number(), JavaScript will silently round it, even if it’s off by 1 wei.
One cast. One missing wei. Zero warnings.
We built a BigInt-first Etherscan V2 client so chain data stays exact