HI, what is the acutal number of tokens that can be created in supply given 2^256???
Is this the number:
115792089237316195423570985008687907853269984665640564039457584007913129639935
HI, what is the acutal number of tokens that can be created in supply given 2^256???
Is this the number:
115792089237316195423570985008687907853269984665640564039457584007913129639935
Before 0.8.x, I think you can use uint256(-1)
, and in 0.8.x
, you can use type(uint256).max
Hi I am not interested in the code. I want the number output please
If you want to the maximum in uint256, it is 2^256-1 = 115792089237316195423570985008687907853269984665640564039457584007913129639935