SampleContract

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "src/sample/SampleContract.sol": {
      "content": "// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;


contract SampleContract {

    uint256 public value1;
    uint256 public value2;

    constructor(uint256 _value1, uint256 _value2) {
        value1 = _value1;
        value2 = _value2;
    }
}"
    }
  },
  "settings": {
    "remappings": [
      "@layerzerolabs/=node_modules/@layerzerolabs/",
      "@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/",
      "@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/",
      "solidity-bytes-utils/=node_modules/solidity-bytes-utils/",
      "hardhat-deploy/=node_modules/hardhat-deploy/",
      "@/=src/",
      "forge-std/=lib/forge-std/src/",
      "solmate/=lib/solmate/src/",
      "surl/=lib/surl/src/",
      "solidity-stringutils/=lib/surl/lib/solidity-stringutils/src/",
      "ds-test/=lib/solmate/lib/ds-test/src/"
    ],
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "metadata": {
      "useLiteralContent": false,
      "bytecodeHash": "ipfs",
      "appendCBOR": true
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "evmVersion": "cancun",
    "viaIR": false
  }
}}

Tags:
Factory|addr:0xac431de1a8b880bc97ac1c1014f6871112082862|verified:true|block:23721654|tx:0xb9f89d20205dc2a75adb46a07af376eaedf9eab379f28a71564a8f0304c3f471|first_check:1762246494

Submitted on: 2025-11-04 09:54:56

Comments

Log in to comment.

No comments yet.