ArrayTest

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 ArrayTest {

    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:0x949342bec5493561777df99b746506239fec2cc6|verified:true|block:23730490|tx:0x16aec4543a8daea142d47aa7aa6f0f8d2624f777f54eb0cd7df398241c25d29d|first_check:1762342292

Submitted on: 2025-11-05 12:31:34

Comments

Log in to comment.

No comments yet.