ETH Price: $2,048.73 (+3.29%)

Contract

0x9Fe4366c3206a36B2DbbD50E2E9FEa62d392FF25
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Deploy186136912023-11-20 14:47:59840 days ago1700491679IN
0x9Fe4366c...2d392FF25
0 ETH0.0623673432.84038787

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Method Block
From
To
0x60806040186136912023-11-20 14:47:59840 days ago1700491679
0x9Fe4366c...2d392FF25
 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

Contract Source Code Verified (Exact Match)

Contract Name:
DeploymentFactory

Compiler Version
v0.8.22+commit.4fc1097e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
// SPDX-License-Identifier: MIT

pragma solidity 0.8.22;

contract DeploymentFactory {
  event Deployed(address addr, uint256 salt);

  function deploy(bytes memory code, uint256 salt) public {
    address addr;
    assembly {
      addr := create2(0, add(code, 0x20), mload(code), salt)
      if iszero(extcodesize(addr)) {
        revert(0, 0)
      }
    }

    emit Deployed(addr, salt);
  }
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

API
[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"addr","type":"address"},{"indexed":false,"internalType":"uint256","name":"salt","type":"uint256"}],"name":"Deployed","type":"event"},{"inputs":[{"internalType":"bytes","name":"code","type":"bytes"},{"internalType":"uint256","name":"salt","type":"uint256"}],"name":"deploy","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405234801561000f575f80fd5b506103228061001d5f395ff3fe608060405234801561000f575f80fd5b5060043610610029575f3560e01c80639c4ae2d01461002d575b5f80fd5b6100476004803603810190610042919061021d565b610049565b005b5f818351602085015ff59050803b61005f575f80fd5b7fb03c53b28e78a88e31607a27e1fa48234dce28d5d9d9ec7b295aeb02e674a1e181836040516100909291906102c5565b60405180910390a1505050565b5f604051905090565b5f80fd5b5f80fd5b5f80fd5b5f80fd5b5f601f19601f8301169050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b6100fc826100b6565b810181811067ffffffffffffffff8211171561011b5761011a6100c6565b5b80604052505050565b5f61012d61009d565b905061013982826100f3565b919050565b5f67ffffffffffffffff821115610158576101576100c6565b5b610161826100b6565b9050602081019050919050565b828183375f83830152505050565b5f61018e6101898461013e565b610124565b9050828152602081018484840111156101aa576101a96100b2565b5b6101b584828561016e565b509392505050565b5f82601f8301126101d1576101d06100ae565b5b81356101e184826020860161017c565b91505092915050565b5f819050919050565b6101fc816101ea565b8114610206575f80fd5b50565b5f81359050610217816101f3565b92915050565b5f8060408385031215610233576102326100a6565b5b5f83013567ffffffffffffffff8111156102505761024f6100aa565b5b61025c858286016101bd565b925050602061026d85828601610209565b9150509250929050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6102a082610277565b9050919050565b6102b081610296565b82525050565b6102bf816101ea565b82525050565b5f6040820190506102d85f8301856102a7565b6102e560208301846102b6565b939250505056fea2646970667358221220fc21ad3586caf3e0cfa163fa52f537da6a3a3e18add13587ad2ca7b8d49a21c464736f6c63430008160033

Deployed Bytecode

0x608060405234801561000f575f80fd5b5060043610610029575f3560e01c80639c4ae2d01461002d575b5f80fd5b6100476004803603810190610042919061021d565b610049565b005b5f818351602085015ff59050803b61005f575f80fd5b7fb03c53b28e78a88e31607a27e1fa48234dce28d5d9d9ec7b295aeb02e674a1e181836040516100909291906102c5565b60405180910390a1505050565b5f604051905090565b5f80fd5b5f80fd5b5f80fd5b5f80fd5b5f601f19601f8301169050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b6100fc826100b6565b810181811067ffffffffffffffff8211171561011b5761011a6100c6565b5b80604052505050565b5f61012d61009d565b905061013982826100f3565b919050565b5f67ffffffffffffffff821115610158576101576100c6565b5b610161826100b6565b9050602081019050919050565b828183375f83830152505050565b5f61018e6101898461013e565b610124565b9050828152602081018484840111156101aa576101a96100b2565b5b6101b584828561016e565b509392505050565b5f82601f8301126101d1576101d06100ae565b5b81356101e184826020860161017c565b91505092915050565b5f819050919050565b6101fc816101ea565b8114610206575f80fd5b50565b5f81359050610217816101f3565b92915050565b5f8060408385031215610233576102326100a6565b5b5f83013567ffffffffffffffff8111156102505761024f6100aa565b5b61025c858286016101bd565b925050602061026d85828601610209565b9150509250929050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6102a082610277565b9050919050565b6102b081610296565b82525050565b6102bf816101ea565b82525050565b5f6040820190506102d85f8301856102a7565b6102e560208301846102b6565b939250505056fea2646970667358221220fc21ad3586caf3e0cfa163fa52f537da6a3a3e18add13587ad2ca7b8d49a21c464736f6c63430008160033

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