Created
February 13, 2023 08:01
-
-
Save CJ42/11eadf00834d6deb10fc71d2d2cf4c1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity ^0.8.0; | |
| contract EtherUnits { | |
| function assignEtherUnits() public { | |
| uint256 gasWithExtraFee = 2 gwei + 5_000 wei; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment