AccessTest

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/AccessTest.sol": {
      "content": "
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract AccessTest {

    function transferOwnership() public view returns(uint256) {
        return 1;
    }
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0xdb8d67ac1828f3eb0663ded841a9aacea21adb79|verified:true|block:23730518|tx:0xa50bb950ca590d2e395215a0868f301959083a9bbab3b85f695b44cc402b5eb0|first_check:1762342384

Submitted on: 2025-11-05 12:33:05

Comments

Log in to comment.

No comments yet.