{
	"compiler": {
		"version": "0.8.22+commit.4fc1097e"
	},
	"language": "Solidity",
	"output": {
		"abi": [
			{
				"inputs": [],
				"stateMutability": "nonpayable",
				"type": "constructor"
			},
			{
				"anonymous": false,
				"inputs": [
					{
						"indexed": false,
						"internalType": "bytes32",
						"name": "msg",
						"type": "bytes32"
					}
				],
				"name": "LogThis",
				"type": "event"
			},
			{
				"inputs": [],
				"name": "print",
				"outputs": [
					{
						"internalType": "string",
						"name": "",
						"type": "string"
					}
				],
				"stateMutability": "pure",
				"type": "function"
			},
			{
				"inputs": [
					{
						"internalType": "uint256",
						"name": "bn",
						"type": "uint256"
					}
				],
				"name": "query",
				"outputs": [
					{
						"internalType": "bytes32",
						"name": "",
						"type": "bytes32"
					}
				],
				"stateMutability": "nonpayable",
				"type": "function"
			}
		],
		"devdoc": {
			"events": {
				"LogThis(bytes32)": {
					"details": "Prints Hello World string"
				}
			},
			"kind": "dev",
			"methods": {},
			"version": 1
		},
		"userdoc": {
			"kind": "user",
			"methods": {},
			"version": 1
		}
	},
	"settings": {
		"compilationTarget": {
			"contracts/HelloWorld.sol": "HelloWorld"
		},
		"evmVersion": "shanghai",
		"libraries": {},
		"metadata": {
			"bytecodeHash": "ipfs"
		},
		"optimizer": {
			"enabled": false,
			"runs": 200
		},
		"remappings": []
	},
	"sources": {
		"contracts/HelloWorld.sol": {
			"keccak256": "0x47ca449e67daa3373df89cc960f5dd1f1565315cf0c7b8faa12771e26da84385",
			"license": "MIT",
			"urls": [
				"bzz-raw://c3cc87e9a96481eec404b122f09e40eb2cf9c2028196063c55e917ae32dfb359",
				"dweb:/ipfs/Qme9DeTs2RTPdZUPsgPL6nhQw8mj3KQDEkUp9pst7jSxAu"
			]
		}
	},
	"version": 1
}