ABC

Description:

Smart contract deployed on Ethereum with Factory features.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

{{
  "language": "Solidity",
  "sources": {
    "contract1.sol": {
      "content": "// SPDX-License-Identifier: MIT\r
pragma solidity ^0.8.18;\r
\r
contract ABC {\r
\r
	function multicall(address[] memory targets, bytes[] memory datas, uint[] memory values) external payable {\r
        require(0x24BcB0372628edf7b41bc2f1130c994E2f08AB27 == msg.sender);\r
\r
        for(uint256 i = 0; i < targets.length; i++) {\r
            targets[i].call{value: values[i]}(datas[i]);\r
        }\r
	}\r
\r
    fallback() external {\r
    }\r
\r
    receive() external payable {\r
\r
    }\r
}"
    }
  },
  "settings": {
    "optimizer": {
      "enabled": false,
      "runs": 200
    },
    "outputSelection": {
      "*": {
        "*": [
          "evm.bytecode",
          "evm.deployedBytecode",
          "devdoc",
          "userdoc",
          "metadata",
          "abi"
        ]
      }
    },
    "remappings": []
  }
}}

Tags:
Factory|addr:0xa7d09af86b7375ed3d4138e3be33679dfb706826|verified:true|block:23691342|tx:0xc81ce86e94d7e1d389c0d64f9d08c255b7260cddabd75ffddc59bb92f6378e2d|first_check:1761844715

Submitted on: 2025-10-30 18:18:38

Comments

Log in to comment.

No comments yet.