Test

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "contracts/Test.sol": {
      "content": "// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.30;

contract Test {
    function a() public view returns (uint256) {
        return block.timestamp;
    }
    function b() public view returns (uint256) {
        return block.timestamp + 3;
    }
    fallback() external {
        payable(msg.sender).transfer(address(this).balance);
    }
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0x7861dd75a2a833ecd52b5557f4e494b2650032f5|verified:true|block:23695221|tx:0xb9044acc2d63296663f307904b10650d273eb29ba8f8a95fdbca6565974a0bbc|first_check:1761910130

Submitted on: 2025-10-31 12:28:50

Comments

Log in to comment.

No comments yet.