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
| { | |
| "file1.sol": { | |
| "__sources__": { | |
| "file1.sol": { | |
| "content": "/ SPDX-License-Identifier: MIT\r\npragma solidity ^0.8.20;\r\n\r\ncontract SimpleStorage {\r\n\r\n string public message;\r\n\r\n function setMessage(string memory _message) public {\r\n message = _message;\r\n }\r\n\r\n function getMessage() public view returns (string memory) {\r\n return message;\r\n }\r\n}", | |
| "file": "file1.sol" | |
| } | |
| } | |
| }, | |
| "file2.sol": { |
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
| { | |
| "file1.sol": { | |
| "__sources__": { | |
| "file1.sol": { | |
| "content": "/ SPDX-License-Identifier: MIT\r\npragma solidity ^0.8.20;\r\n\r\ncontract SimpleStorage {\r\n\r\n string public message;\r\n\r\n function setMessage(string memory _message) public {\r\n message = _message;\r\n }\r\n\r\n function getMessage() public view returns (string memory) {\r\n return message;\r\n }\r\n}", | |
| "file": "file1.sol" | |
| } | |
| } | |
| }, | |
| "file2.sol": { |
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
| { | |
| "file1.sol": { | |
| "__sources__": { | |
| "file1.sol": { | |
| "content": "/ SPDX-License-Identifier: MIT\r\npragma solidity ^0.8.20;\r\n\r\ncontract SimpleStorage {\r\n\r\n string public message;\r\n\r\n function setMessage(string memory _message) public {\r\n message = _message;\r\n }\r\n\r\n function getMessage() public view returns (string memory) {\r\n return message;\r\n }\r\n}", | |
| "file": "file1.sol" | |
| } | |
| } | |
| }, | |
| "simple storage.sol": { |