ETH Price: $3,474.50 (-0.50%)
Gas: 4.89 Gwei

Contract

0x704d9c336cA62d1a88f0Dd2BB340c782A93164ea
 

Overview

ETH Balance

0.037782663827921977 ETH

Eth Value

$131.28 (@ $3,474.50/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Cash154077482022-08-25 7:14:46853 days ago1661411686IN
0x704d9c33...2A93164ea
0 ETH0.000272566.36539355
Cash154077452022-08-25 7:13:02853 days ago1661411582IN
0x704d9c33...2A93164ea
0 ETH0.000241695.644503
Cash154077412022-08-25 7:11:56853 days ago1661411516IN
0x704d9c33...2A93164ea
0 ETH0.000242025.65208624
Cash154075982022-08-25 6:40:37853 days ago1661409637IN
0x704d9c33...2A93164ea
0 ETH0.000256926
Cash154075122022-08-25 6:18:34853 days ago1661408314IN
0x704d9c33...2A93164ea
0 ETH0.000403429.42142924
Cash154065762022-08-25 2:36:24853 days ago1661394984IN
0x704d9c33...2A93164ea
0 ETH0.000272146.35565228
Cash154065692022-08-25 2:35:07853 days ago1661394907IN
0x704d9c33...2A93164ea
0 ETH0.00031337.31680748
Cash154009342022-08-24 4:54:33854 days ago1661316873IN
0x704d9c33...2A93164ea
0 ETH0.000256926
Cash154008932022-08-24 4:43:58854 days ago1661316238IN
0x704d9c33...2A93164ea
0 ETH0.000358738.37763968
End154004192022-08-24 2:56:20854 days ago1661309780IN
0x704d9c33...2A93164ea
0 ETH0.000650826
Start153814182022-08-21 2:47:08857 days ago1661050028IN
0x704d9c33...2A93164ea
0.30195121 ETH0.000542135.09557327
Update User Pric...153813962022-08-21 2:42:36857 days ago1661049756IN
0x704d9c33...2A93164ea
0 ETH0.00045686.35788504
Update User Pric...153809652022-08-21 1:05:12857 days ago1661043912IN
0x704d9c33...2A93164ea
0 ETH0.000235994.53597023
Update User Pric...153806892022-08-21 0:04:19857 days ago1661040259IN
0x704d9c33...2A93164ea
0 ETH0.000361546.94909083
Update User Pric...153806392022-08-20 23:54:05857 days ago1661039645IN
0x704d9c33...2A93164ea
0 ETH0.000228613.18184004
Update User Pric...153805962022-08-20 23:45:53857 days ago1661039153IN
0x704d9c33...2A93164ea
0 ETH0.000325714.53336414
Update User Pric...153755972022-08-20 4:47:59858 days ago1660970879IN
0x704d9c33...2A93164ea
0 ETH0.000359245
Update User Pric...153755692022-08-20 4:42:37858 days ago1660970557IN
0x704d9c33...2A93164ea
0 ETH0.000359245
Update User Pric...153631042022-08-18 5:05:17860 days ago1660799117IN
0x704d9c33...2A93164ea
0 ETH0.000555427.73047163
Update User Pric...153630982022-08-18 5:02:51860 days ago1660798971IN
0x704d9c33...2A93164ea
0 ETH0.00040475.63269667
Update User Pric...153624382022-08-18 2:38:35860 days ago1660790315IN
0x704d9c33...2A93164ea
0 ETH0.000502947
Update User Pric...153398742022-08-14 12:54:04864 days ago1660481644IN
0x704d9c33...2A93164ea
0 ETH0.000407775.67547088

Latest 10 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
154077482022-08-25 7:14:46853 days ago1661411686
0x704d9c33...2A93164ea
0.03174557 ETH
154077452022-08-25 7:13:02853 days ago1661411582
0x704d9c33...2A93164ea
0.03023388 ETH
154077412022-08-25 7:11:56853 days ago1661411516
0x704d9c33...2A93164ea
0.01511694 ETH
154075982022-08-25 6:40:37853 days ago1661409637
0x704d9c33...2A93164ea
0.06046776 ETH
154075122022-08-25 6:18:34853 days ago1661408314
0x704d9c33...2A93164ea
0.03023388 ETH
154065762022-08-25 2:36:24853 days ago1661394984
0x704d9c33...2A93164ea
0.01511694 ETH
154065692022-08-25 2:35:07853 days ago1661394907
0x704d9c33...2A93164ea
0.04535082 ETH
154009342022-08-24 4:54:33854 days ago1661316873
0x704d9c33...2A93164ea
0.02078579 ETH
154008932022-08-24 4:43:58854 days ago1661316238
0x704d9c33...2A93164ea
0.01511694 ETH
153394142022-08-14 11:12:07864 days ago1660475527  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
InitializedProxy

Compiler Version
v0.8.5+commit.a4f2e591

Optimization Enabled:
Yes with 1000 runs

Other Settings:
default evmVersion
File 1 of 1 : InitializedProxy.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

/**
 * @title InitializedProxy
 * @author Anna Carroll
 */
contract InitializedProxy {
    // address of logic contract
    address public immutable logic;

    // ======== Constructor =========

    constructor(
        address _logic,
        bytes memory _initializationCalldata
    ) {
        logic = _logic;
        // Delegatecall into the logic contract, supplying initialization calldata
        (bool _ok, bytes memory returnData) =
            _logic.delegatecall(_initializationCalldata);
        // Revert if delegatecall to implementation reverts
        require(_ok, string(returnData));
    }

    // ======== Fallback =========

    fallback() external payable {
        address _impl = logic;
        assembly {
            let ptr := mload(0x40)
            calldatacopy(ptr, 0, calldatasize())
            let result := delegatecall(gas(), _impl, ptr, calldatasize(), 0, 0)
            let size := returndatasize()
            returndatacopy(ptr, 0, size)

            switch result
                case 0 {
                    revert(ptr, size)
                }
                default {
                    return(ptr, size)
                }
        }
    }

    // ======== Receive =========

    receive() external payable {} // solhint-disable-line no-empty-blocks
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 1000
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"bytes","name":"_initializationCalldata","type":"bytes"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"logic","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x608060405260043610601f5760003560e01c8063d7dfa0dd14606b576025565b36602557005b6040517f0000000000000000000000004a6d2a7a4f9375ebd4ecdbb1972a767dd83b02de9036600082376000803683855af43d806000843e8180156067578184f35b8184fd5b348015607657600080fd5b50609d7f0000000000000000000000004a6d2a7a4f9375ebd4ecdbb1972a767dd83b02de81565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea264697066735822122013174273c18ed4bea127cbc0952900378004a1870c433d85adc8dafba30dae5764736f6c63430008050033

Block Transaction Difficulty 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
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.