ETH Price: $3,474.94 (+6.10%)
Gas: 8 Gwei

Contract

0x9dcbe6b809F52Ac26E0c752e8097007198716572
 

Overview

ETH Balance

0.1404 ETH

Eth Value

$487.88 (@ $3,474.94/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Claim166545662023-02-18 9:14:59513 days ago1676711699IN
0x9dcbe6b8...198716572
0 ETH0.0013656721.50499216
Claim166545002023-02-18 9:01:47513 days ago1676710907IN
0x9dcbe6b8...198716572
0 ETH0.0019179130.2009964
Claim166544782023-02-18 8:57:23513 days ago1676710643IN
0x9dcbe6b8...198716572
0 ETH0.0014977923.58540457
Claim166544662023-02-18 8:54:59513 days ago1676710499IN
0x9dcbe6b8...198716572
0 ETH0.0014149422.28086918
Claim166544422023-02-18 8:50:11513 days ago1676710211IN
0x9dcbe6b8...198716572
0 ETH0.0014729823.19474458
Claim163393712023-01-05 8:22:59557 days ago1672906979IN
0x9dcbe6b8...198716572
0 ETH0.0009633915.17044402
Expire163393632023-01-05 8:21:23557 days ago1672906883IN
0x9dcbe6b8...198716572
0 ETH0.0009146917.64657773
Contribute158456182022-10-28 9:19:47626 days ago1666948787IN
0x9dcbe6b8...198716572
0.01 ETH0.0013198210.19306867
Contribute158382992022-10-27 8:44:11627 days ago1666860251IN
0x9dcbe6b8...198716572
0.01 ETH0.0017324913.38013103
Contribute158369182022-10-27 4:07:11627 days ago1666843631IN
0x9dcbe6b8...198716572
0.01 ETH0.001139458.8
Contribute157592342022-10-16 7:38:23638 days ago1665905903IN
0x9dcbe6b8...198716572
0.01 ETH0.0016185312.5
Contribute157592312022-10-16 7:37:47638 days ago1665905867IN
0x9dcbe6b8...198716572
0.01 ETH0.0015927312.30074276
Contribute157592302022-10-16 7:37:35638 days ago1665905855IN
0x9dcbe6b8...198716572
0.01 ETH0.0016185312.5
Contribute157042742022-10-08 15:29:11646 days ago1665242951IN
0x9dcbe6b8...198716572
0.01 ETH0.0014343611.07761589
Contribute157037182022-10-08 13:37:35646 days ago1665236255IN
0x9dcbe6b8...198716572
0.01 ETH0.000834866.44767182
Contribute157019202022-10-08 7:36:59646 days ago1665214619IN
0x9dcbe6b8...198716572
0.01 ETH0.000746365.76419032
Contribute157017102022-10-08 6:54:47646 days ago1665212087IN
0x9dcbe6b8...198716572
0.01 ETH0.000775495.98913861
Contribute156944222022-10-07 6:25:59647 days ago1665123959IN
0x9dcbe6b8...198716572
0.01 ETH0.000546874.22349537
Contribute156942242022-10-07 5:46:11647 days ago1665121571IN
0x9dcbe6b8...198716572
0.01 ETH0.000508073.92383745
Contribute156939682022-10-07 4:54:59647 days ago1665118499IN
0x9dcbe6b8...198716572
0.01 ETH0.000626434.83796462
Contribute156939492022-10-07 4:50:59647 days ago1665118259IN
0x9dcbe6b8...198716572
0.01 ETH0.000568744.39245418
Contribute156938932022-10-07 4:39:47647 days ago1665117587IN
0x9dcbe6b8...198716572
0.01 ETH0.000667875.15798198
Contribute156875012022-10-06 7:13:35648 days ago1665040415IN
0x9dcbe6b8...198716572
0.01 ETH0.000976457.54116941
Contribute156871082022-10-06 5:54:59648 days ago1665035699IN
0x9dcbe6b8...198716572
0.01 ETH0.000527294.07233823
Contribute156870712022-10-06 5:47:35648 days ago1665035255IN
0x9dcbe6b8...198716572
0.01 ETH0.000560454.32839774
View all transactions

Latest 7 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
166545662023-02-18 9:14:59513 days ago1676711699
0x9dcbe6b8...198716572
0.01 ETH
166545002023-02-18 9:01:47513 days ago1676710907
0x9dcbe6b8...198716572
0.01 ETH
166544782023-02-18 8:57:23513 days ago1676710643
0x9dcbe6b8...198716572
0.01 ETH
166544662023-02-18 8:54:59513 days ago1676710499
0x9dcbe6b8...198716572
0.01 ETH
166544422023-02-18 8:50:11513 days ago1676710211
0x9dcbe6b8...198716572
0.01 ETH
163393712023-01-05 8:22:59557 days ago1672906979
0x9dcbe6b8...198716572
0.01 ETH
156816222022-10-05 11:31:59649 days ago1664969519  Contract Creation0 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x93fC1534...6AD88526c
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.9+commit.e5eed63a

Optimization Enabled:
Yes with 999999 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2022-05-14
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;

/**
 * @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)
            }
        }
    }
}

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

0x608060405260043610601c5760003560e01c8063d7dfa0dd146062575b6040517f0000000000000000000000000c696f63a8cfd4b456f725f1174f1d5b48d1e8769036600082376000803683855af43d806000843e818015605e578184f35b8184fd5b348015606d57600080fd5b5060947f0000000000000000000000000c696f63a8cfd4b456f725f1174f1d5b48d1e87681565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f3fea264697066735822122022bce6ccb56fc7799f9d68d15a8c664be8dbfadc95d6a50dfb2e95627f51e85564736f6c63430008090033

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.