ETH Price: $2,071.16 (+2.69%)

Contract

0xd2c66B82789E5b880FaB746fD39F594F736bd1B3
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

ContractCreator

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

1 Internal Transaction found.

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Method Block
From
To
0x60803460242700042026-01-19 16:26:1150 days ago1768839971  Contract Creation0 ETH
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x4768f411...3Ac22300C
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
BasicContract

Compiler Version
v0.8.30+commit.73712a01

Optimization Enabled:
Yes with 200 runs

Other Settings:
cancun EvmVersion

Contract Source Code (Solidity Standard Json-Input format)

File 1 of 1 : BasicContract.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.30;

contract BasicContract {
    address public owner;

    constructor(address _owner) {
        owner = _owner;
    }
}

Settings
{
  "viaIR": true,
  "metadata": {
    "appendCBOR": true,
    "bytecodeHash": "ipfs",
    "useLiteralContent": false
  },
  "optimizer": {
    "runs": 200,
    "enabled": true
  },
  "evmVersion": "cancun",
  "remappings": [
    "@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
    "@chainlink/contracts/=node_modules/@chainlink/contracts/",
    "forge-std/=lib/forge-std/src/",
    "erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/",
    "halmos-cheatcodes/=lib/openzeppelin-contracts/lib/halmos-cheatcodes/src/",
    "openzeppelin-contracts/=lib/openzeppelin-contracts/",
    "ds-test/=lib/openzeppelin-contracts/lib/forge-std/lib/ds-test/src/"
  ],
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

0x608034606e57601f61010438819003918201601f19168301916001600160401b03831184841017607257808492602094604052833981010312606e57516001600160a01b03811690819003606e575f80546001600160a01b031916919091179055604051607d90816100878239f35b5f80fd5b634e487b7160e01b5f52604160045260245ffdfe60808060405260043610156011575f80fd5b5f3560e01c638da5cb5b146023575f80fd5b346043575f3660031901126043575f546001600160a01b03168152602090f35b5f80fdfea26469706673582212202b6861ff25eff7739b7b68b39d3b2bc4da56ef76342235cf32a9c8ebbe82e6a264736f6c634300081e0033000000000000000000000000ad6b2261f32c8bd394eb14f564b4f7acabf709a2

Deployed Bytecode

0x60808060405260043610156011575f80fd5b5f3560e01c638da5cb5b146023575f80fd5b346043575f3660031901126043575f546001600160a01b03168152602090f35b5f80fdfea26469706673582212202b6861ff25eff7739b7b68b39d3b2bc4da56ef76342235cf32a9c8ebbe82e6a264736f6c634300081e0033

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ 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.