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
How can I send an overflow uint256 using the 'cast send' command without encountering the error: "Error: Failed to parse 115792089237316195423570985008687907853269984665640564039457584007913129639936, expected value of type: uint256"?
Context:
I'm interested in whether there is a way to send a transaction using the "cast call" command without checking input values for overflow/underflow. Ideally, I'd like to disable any argument checks temporarily for testing purposes, allowing me to send any values as-is. Is there a flag or configuration option that can be used to disable argument checks?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I send an overflow uint256 using the 'cast send' command without encountering the error: "Error: Failed to parse 115792089237316195423570985008687907853269984665640564039457584007913129639936, expected value of type: uint256"?
Context:
I'm interested in whether there is a way to send a transaction using the "cast call" command without checking input values for overflow/underflow. Ideally, I'd like to disable any argument checks temporarily for testing purposes, allowing me to send any values as-is. Is there a flag or configuration option that can be used to disable argument checks?
Beta Was this translation helpful? Give feedback.
All reactions