ETH Price: $3,251.53 (+3.22%)
Gas: 2 Gwei

Contract

0xA51A1C8ceEBF708C56de11576dd2484F9a41CcE6
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Buy154762032022-09-05 6:11:20690 days ago1662358280IN
0xA51A1C8c...F9a41CcE6
0 ETH0.00404694.96145161
Contribute153884162022-08-22 5:21:30704 days ago1661145690IN
0xA51A1C8c...F9a41CcE6
0.000332 ETH0.00094017.2638964
Contribute153883842022-08-22 5:12:57704 days ago1661145177IN
0xA51A1C8c...F9a41CcE6
0.00001 ETH0.000421613.25769703
Contribute153845642022-08-21 14:49:38704 days ago1661093378IN
0xA51A1C8c...F9a41CcE6
0.0002 ETH0.001035378
Contribute153844892022-08-21 14:31:07704 days ago1661092267IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.0013711910.59479353
Contribute153835572022-08-21 10:48:39705 days ago1661078919IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.000765065.91141864
Contribute153834232022-08-21 10:19:58705 days ago1661077198IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.000520124.01883715
Contribute153832612022-08-21 9:46:18705 days ago1661075178IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.000637234.92366094
Contribute153831652022-08-21 9:26:43705 days ago1661074003IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.000684755.29090107
Contribute153825592022-08-21 7:09:47705 days ago1661065787IN
0xA51A1C8c...F9a41CcE6
0.00001 ETH0.000617394.77038802
Contribute153824372022-08-21 6:41:17705 days ago1661064077IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.00041653.21819907
Contribute153824292022-08-21 6:40:25705 days ago1661064025IN
0xA51A1C8c...F9a41CcE6
0.000001 ETH0.000341072.63540255
Contribute153824012022-08-21 6:34:32705 days ago1661063672IN
0xA51A1C8c...F9a41CcE6
0.001 ETH0.00042663.29625678
Contribute153822072022-08-21 5:51:20705 days ago1661061080IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.000559844.325708
Contribute153821292022-08-21 5:33:24705 days ago1661060004IN
0xA51A1C8c...F9a41CcE6
0.00001 ETH0.000629294.86237338
Contribute153821152022-08-21 5:29:23705 days ago1661059763IN
0xA51A1C8c...F9a41CcE6
0.000002 ETH0.000388263
Contribute153820742022-08-21 5:20:58705 days ago1661059258IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.000390223.01514542
Contribute153820692022-08-21 5:19:13705 days ago1661059153IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.000361252.79130551
Contribute153820682022-08-21 5:19:00705 days ago1661059140IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.000359782.77995515
Contribute153820642022-08-21 5:17:38705 days ago1661059058IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.0003582.76619123
Contribute153820572022-08-21 5:16:51705 days ago1661059011IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.000399953.09032533
Contribute153820542022-08-21 5:16:33705 days ago1661058993IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.000394363.04713008
Contribute153820492022-08-21 5:15:21705 days ago1661058921IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.000371672.87182966
Contribute153820402022-08-21 5:13:58705 days ago1661058838IN
0xA51A1C8c...F9a41CcE6
0.00005 ETH0.000337053.53967305
Contribute153820372022-08-21 5:13:32705 days ago1661058812IN
0xA51A1C8c...F9a41CcE6
0.0001 ETH0.000424463.27966334
View all transactions

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
154762032022-09-05 6:11:20690 days ago1662358280
0xA51A1C8c...F9a41CcE6
0.000125 ETH
154762032022-09-05 6:11:20690 days ago1662358280
0xA51A1C8c...F9a41CcE6
0.005 ETH
153818672022-08-21 4:38:02705 days ago1661056682  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
NonReceivableInitializedProxy

Compiler Version
v0.8.5+commit.a4f2e591

Optimization Enabled:
Yes with 999999 runs

Other Settings:
default evmVersion
File 1 of 1 : NonReceivableInitializedProxy.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.5;

/**
 * @title NonReceivableInitializedProxy
 * @author Anna Carroll
 */
contract NonReceivableInitializedProxy {
    // 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)
                }
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 999999
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "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"}]

Deployed Bytecode

0x608060405260043610601c5760003560e01c8063d7dfa0dd146062575b6040517f0000000000000000000000002045427276b2ad409202eea1e0c81e150f3203e49036600082376000803683855af43d806000843e818015605e578184f35b8184fd5b348015606d57600080fd5b5060947f0000000000000000000000002045427276b2ad409202eea1e0c81e150f3203e481565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea264697066735822122007a7eaa5a45963185124ebef682025da711e153766dc1074d9deb1558770382264736f6c63430008050033

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.