File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
program-analysis/echidna/exercises/exercise1 Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1- //SPDX-License-Identifier: AGPL-3.0-or-later
2- pragma solidity < 0.8.0 ;
3-
4- import "token.sol " ;
1+ // SPDX-License-Identifier: AGPL-3.0
2+ pragma solidity ^ 0.5.0 ;
53
64import "./token.sol " ;
75
Original file line number Diff line number Diff line change 1- //SPDX-License-Identifier: AGPL-3.0-or-later
2- pragma solidity < 0.8.0 ;
3-
4- import "token.sol " ;
1+ // SPDX-License-Identifier: AGPL-3.0
2+ pragma solidity ^ 0.5.0 ;
53
64import "./token.sol " ;
75
Original file line number Diff line number Diff line change 1- //SPDX-License-Identifier: AGPL-3.0-or-later
2- pragma solidity < 0.8 .0 ;
1+ // SPDX-License-Identifier: AGPL-3.0
2+ pragma solidity ^ 0.5 .0 ;
33
44contract Ownable {
55 address public owner = msg .sender ;
You can’t perform that action at this time.
0 commit comments