Question

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "Question.sol": {
      "content": "// SPDX-License-Identifier: MIT\r
pragma solidity ^0.8.20;\r
\r
contract Question {\r
    event Answer(address indexed user, bool answer);\r
\r
    function respond(bool answer) external {\r
        emit Answer(msg.sender, answer);\r
    }\r
}\r
"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0x6dd3ca0c5ac888161fd248974181b97fd24976fc|verified:true|block:23684258|tx:0x5e3c13b201289c04206cb1f0056142bcf2f13730259d8888e85ceee1f671a703|first_check:1761759114

Submitted on: 2025-10-29 18:31:55

Comments

Log in to comment.

No comments yet.