ETH Price: $1,760.21 (-1.19%)

Contract

0xBfF2810C9a84061b228fEDaa6e54DA775A70b935

Overview

ETH Balance

0 ETH

ETH Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Parent Transaction Hash Block From To
57921652025-04-03 10:30:263 days ago1743676226  Contract Creation0 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
ZoomVersionView

Compiler Version
v0.8.25+commit.b61c2a91

ZkSolc Version
v1.5.12

Optimization Enabled:
Yes with Mode 3

Other Settings:
paris EvmVersion
File 1 of 1 : ZoomVersionView.sol
// SPDX-License-Identifier: UNLICENCED
pragma solidity 0.8.25;

interface versionedContract {
    function version() external view returns (uint256);
}

contract ZoomVersionView {
    function getVersion(address _contract) public view returns (uint256 result) {
        try versionedContract(_contract).version() returns (uint256 _result) {
            result = _result;
        } catch {
            result = 0;
        }
    }
}

Settings
{
  "evmVersion": "paris",
  "optimizer": {
    "enabled": true,
    "mode": "3"
  },
  "outputSelection": {
    "*": {
      "*": [
        "abi"
      ]
    }
  },
  "detectMissingLibraries": false,
  "forceEVMLA": false,
  "enableEraVMExtensions": false,
  "libraries": {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_contract","type":"address"}],"name":"getVersion","outputs":[{"internalType":"uint256","name":"result","type":"uint256"}],"stateMutability":"view","type":"function"}]

9c4d535b0000000000000000000000000000000000000000000000000000000000000000010000213da33b7f20411b6f2f272129766cdeabf25f451234b2de112c528e3500000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x0000008003000039000000400030043f0000000100200190000000430000c13d00000060021002700000001802200197000000040020008c0000004b0000413d000000000301043b0000001a033001970000001b0030009c0000004b0000c13d000000240020008c0000004b0000413d0000000002000416000000000002004b0000004b0000c13d0000000401100370000000000201043b0000001c0020009c0000004b0000213d0000001d01000041000000800010043f0000000001000414000000180010009c0000001801008041000000c0011002100000001e011001c7005a00550000040f000000800a00003900000060031002700000001803300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000080057001bf0000002c0000613d000000000801034f000000008908043c000000000a9a043600000000005a004b000000280000c13d000000000006004b000000390000613d000000000171034f0000000306600210000000000705043300000000076701cf000000000767022f000000000101043b0000010006600089000000000161022f00000000016101cf000000000171019f000000000015043500000001002001900000004d0000613d0000001f01400039000000600110018f00000080011001bf000000400010043f000000200030008c0000004b0000413d000000800200043d0000004f0000013d0000000001000416000000000001004b0000004b0000c13d00000020010000390000010000100443000001200000044300000019010000410000005b0001042e00000000010000190000005c00010430000000400100043d00000000020000190000000000210435000000180010009c000000180100804100000040011002100000001f011001c70000005b0001042e00000058002104230000000102000039000000000001042d0000000002000019000000000001042d0000005a000004320000005b0001042e0000005c0001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff0000000200000000000000000000000000000040000001000000000000000000ffffffff00000000000000000000000000000000000000000000000000000000c3f82bc300000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff54fd4d500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000008000000000000000000000000000000000000000000000000000000020000000000000000000000000b68e1a1c6609d90b00009529271c02e2586a75f6260dc6ee74f97fea1359bbe8

Block Transaction Gas Used Reward
view all blocks produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.