ETH Price: $3,121.81 (+1.68%)

Contract

0x49808F3ceb5EabcAae4e326EB8C53670ad48A6f9
 

Overview

ETH Balance

0.000079275 ETH

Eth Value

$0.25 (@ $3,121.81/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer148725542022-05-30 12:33:35900 days ago1653914015IN
0x49808F3c...0ad48A6f9
0 ETH0.0010147518.71584188
Transfer148280842022-05-23 6:42:03908 days ago1653288123IN
0x49808F3c...0ad48A6f9
0 ETH0.0006974612.86660758
Transfer147372602022-05-08 16:58:14922 days ago1652029094IN
0x49808F3c...0ad48A6f9
0 ETH0.0010328126.40518156
Transfer145195892022-04-04 12:41:10956 days ago1649076070IN
0x49808F3c...0ad48A6f9
0 ETH0.0027540350.79457354
Transfer145166012022-04-04 1:21:06957 days ago1649035266IN
0x49808F3c...0ad48A6f9
0 ETH0.001820833.58234509
Transfer145153122022-04-03 20:35:30957 days ago1649018130IN
0x49808F3c...0ad48A6f9
0 ETH0.0030761356.73530332
Transfer145150302022-04-03 19:29:58957 days ago1649014198IN
0x49808F3c...0ad48A6f9
0 ETH0.0021892940.37869072
Transfer145143412022-04-03 16:56:46957 days ago1649005006IN
0x49808F3c...0ad48A6f9
0 ETH0.0021840440.28182649
Transfer144754562022-03-28 15:29:48963 days ago1648481388IN
0x49808F3c...0ad48A6f9
0 ETH0.0052189296.25630869
Transfer144751542022-03-28 14:19:07963 days ago1648477147IN
0x49808F3c...0ad48A6f9
0 ETH0.0021448639.55923408
Transfer144750662022-03-28 14:00:12963 days ago1648476012IN
0x49808F3c...0ad48A6f9
0 ETH0.0021983840.54633188
Transfer144747222022-03-28 12:43:31963 days ago1648471411IN
0x49808F3c...0ad48A6f9
0 ETH0.0014344932.69290446
Transfer142699832022-02-24 16:54:17995 days ago1645721657IN
0x49808F3c...0ad48A6f9
0 ETH0.0031053555.25340681

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
171957982023-05-05 17:04:11560 days ago1683306251
0x49808F3c...0ad48A6f9
0.34992072 ETH
171531922023-04-29 17:21:47566 days ago1682788907
0x49808F3c...0ad48A6f9
0.35 ETH
142600982022-02-23 4:04:23997 days ago1645589063  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.