Skip to content

Instantly share code, notes, and snippets.

@vsmelov
Created December 12, 2022 09:28
Show Gist options
  • Save vsmelov/13ab37cc7baf2954f37e9c44d7b12f97 to your computer and use it in GitHub Desktop.
Save vsmelov/13ab37cc7baf2954f37e9c44d7b12f97 to your computer and use it in GitHub Desktop.
pragma solidity 0.8.9;
contract Conversion {
uint256 public p;
constructor () {
p = uint256(int256(-1));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment