ETH Price: $1,985.29 (-3.05%)

Contract

0x34C0fd22aBa18FFb21ebDfD3A72435bC35a3d8a4
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

More Info

Private Name Tags

TokenTracker

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Claim154775512022-09-05 11:17:271299 days ago1662376647IN
0x34C0fd22...C35a3d8a4
0 ETH0.000727895.94029447
Claim154517232022-09-01 8:04:301303 days ago1662019470IN
0x34C0fd22...C35a3d8a4
0 ETH0.0014191711.58165785
Claim154515382022-09-01 7:20:201303 days ago1662016820IN
0x34C0fd22...C35a3d8a4
0 ETH0.0015316912.49998991
Claim154515222022-09-01 7:16:401303 days ago1662016600IN
0x34C0fd22...C35a3d8a4
0 ETH0.0015952813.0189327
Claim154515062022-09-01 7:13:131303 days ago1662016393IN
0x34C0fd22...C35a3d8a4
0 ETH0.0017173614.01520094
Claim154514862022-09-01 7:09:421303 days ago1662016182IN
0x34C0fd22...C35a3d8a4
0 ETH0.0019393615.82691771
Claim154514732022-09-01 7:06:121303 days ago1662015972IN
0x34C0fd22...C35a3d8a4
0 ETH0.0021332717.40933602
Claim154514612022-09-01 7:03:201303 days ago1662015800IN
0x34C0fd22...C35a3d8a4
0 ETH0.0020019216.33744179
Claim154514582022-09-01 7:01:551303 days ago1662015715IN
0x34C0fd22...C35a3d8a4
0 ETH0.0018026814.71144826
Claim154513942022-09-01 6:49:001303 days ago1662014940IN
0x34C0fd22...C35a3d8a4
0 ETH0.0013529511.04128876
Claim154513912022-09-01 6:47:471303 days ago1662014867IN
0x34C0fd22...C35a3d8a4
0 ETH0.001081058.82238561
Buy154513772022-09-01 6:45:221303 days ago1662014722IN
0x34C0fd22...C35a3d8a4
0 ETH0.007184859.95057009
Contribute154513732022-09-01 6:44:471303 days ago1662014687IN
0x34C0fd22...C35a3d8a4
0.045 ETH0.0013817910.67663417
Contribute154513692022-09-01 6:43:211303 days ago1662014601IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.001073878.29750679
Contribute154513602022-09-01 6:41:251303 days ago1662014485IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.0013187610.18968113
Contribute154513552022-09-01 6:39:491303 days ago1662014389IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.00117569.08352859
Contribute154513502022-09-01 6:38:571303 days ago1662014337IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.001202059.28790761
Contribute154513432022-09-01 6:37:441303 days ago1662014264IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.0015494111.9718212
Contribute154513392022-09-01 6:36:331303 days ago1662014193IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.0013455610.39671031
Contribute154513322022-09-01 6:35:191303 days ago1662014119IN
0x34C0fd22...C35a3d8a4
0.13 ETH0.0013318610.29090801
Contribute154513242022-09-01 6:34:091303 days ago1662014049IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.0016485612.73793941
Contribute154513192022-09-01 6:33:031303 days ago1662013983IN
0x34C0fd22...C35a3d8a4
0.1 ETH0.0015827112.22907646
Contribute154077932022-08-25 7:27:351310 days ago1661412455IN
0x34C0fd22...C35a3d8a4
0.01 ETH0.001174369.0739573
Contribute154077912022-08-25 7:26:311310 days ago1661412391IN
0x34C0fd22...C35a3d8a4
0.01 ETH0.000968817.48570699
Contribute154077302022-08-25 7:10:231310 days ago1661411423IN
0x34C0fd22...C35a3d8a4
0.01 ETH0.000729995.64045327
View all transactions

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer154513772022-09-01 6:45:221303 days ago1662014722
0x34C0fd22...C35a3d8a4
0.025 ETH
Fulfill Basic Or...154513772022-09-01 6:45:221303 days ago1662014722
0x34C0fd22...C35a3d8a4
1 ETH
0x60a06040154076352022-08-25 6:49:321310 days ago1661410172  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 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

Contract Source Code (Solidity Standard Json-Input format)

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

API
[{"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"}]

0x60a060405234801561001057600080fd5b5060405161034e38038061034e83398101604081905261002f916100d7565b6001600160601b0319606083901b1660805260405160009081906001600160a01b0385169061005f9085906101a5565b600060405180830381855af49150503d806000811461009a576040519150601f19603f3d011682016040523d82523d6000602084013e61009f565b606091505b50915091508181906100cd5760405162461bcd60e51b81526004016100c491906101c1565b60405180910390fd5b505050505061023a565b600080604083850312156100ea57600080fd5b82516001600160a01b038116811461010157600080fd5b60208401519092506001600160401b038082111561011e57600080fd5b818501915085601f83011261013257600080fd5b81518181111561014457610144610224565b604051601f8201601f19908116603f0116810190838211818310171561016c5761016c610224565b8160405282815288602084870101111561018557600080fd5b6101968360208301602088016101f4565b80955050505050509250929050565b600082516101b78184602087016101f4565b9190910192915050565b60208152600082518060208401526101e08160408501602087016101f4565b601f01601f19169190910160400192915050565b60005b8381101561020f5781810151838201526020016101f7565b8381111561021e576000848401525b50505050565b634e487b7160e01b600052604160045260246000fd5b60805160601c60f361025b60003960008181602101526072015260f36000f3fe608060405260043610601c5760003560e01c8063d7dfa0dd146062575b6040517f00000000000000000000000000000000000000000000000000000000000000009036600082376000803683855af43d806000843e818015605e578184f35b8184fd5b348015606d57600080fd5b5060947f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea264697066735822122007a7eaa5a45963185124ebef682025da711e153766dc1074d9deb1558770382264736f6c634300080500330000000000000000000000002045427276b2ad409202eea1e0c81e150f3203e4000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001c49a3596a300000000000000000000000090b3832e2f2ade2fe382a911805b6933c056d6ed000000000000000000000000000000000000000000000000000000000000193e0000000000000000000000000000000000000000000000000de0b6b3a76400000000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000000778696162696e67000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002584200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405260043610601c5760003560e01c8063d7dfa0dd146062575b6040517f0000000000000000000000002045427276b2ad409202eea1e0c81e150f3203e49036600082376000803683855af43d806000843e818015605e578184f35b8184fd5b348015606d57600080fd5b5060947f0000000000000000000000002045427276b2ad409202eea1e0c81e150f3203e481565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea264697066735822122007a7eaa5a45963185124ebef682025da711e153766dc1074d9deb1558770382264736f6c63430008050033

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.