FakeENS

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "tests/ensfravan1.sol": {
      "content": "// SPDX-License-Identifier: MIT\r
pragma solidity ^0.8.0;\r
\r
contract FakeENS {\r
    mapping(string => address) public records;\r
\r
    function setRecord(string calldata name, address owner) external {\r
        records[name] = owner;\r
    }\r
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0x43a19584b0468c461143507e03b4a1616f0f7c80|verified:true|block:23697884|tx:0xde9c6622129b7ec2a6bf6e05d6e450e01d0d578359564383968821498fb76ac1|first_check:1761923933

Submitted on: 2025-10-31 16:18:53

Comments

Log in to comment.

No comments yet.