We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6d291 commit 1a00275Copy full SHA for 1a00275
crates/cargo-pvm-contract/templates/examples/MyToken.sol
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: MIT
2
-pragma solidity ^0.8.27;
+pragma solidity ^0.8.0;
3
4
interface MyToken {
5
event Transfer(address indexed from, address indexed to, uint256 value);
0 commit comments