ETH Price: $3,330.52 (-1.86%)

Contract

0x37828E68e4034eD794f736c2798a6438E8f7c845
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
Age
From
To
Claim156119542022-09-25 17:42:59826 days ago1664127779IN
0x37828E68...8E8f7c845
0 ETH0.000579079.11850428
Claim155941482022-09-23 6:06:47829 days ago1663913207IN
0x37828E68...8E8f7c845
0 ETH0.000318285.01197672
Claim155933852022-09-23 3:33:35829 days ago1663904015IN
0x37828E68...8E8f7c845
0 ETH0.000561698.84491574
Claim155887902022-09-22 12:09:59830 days ago1663848599IN
0x37828E68...8E8f7c845
0 ETH0.000312394.91921353
Expire155288522022-09-13 20:05:49838 days ago1663099549IN
0x37828E68...8E8f7c845
0 ETH0.0008122515.67032749
Contribute155280242022-09-13 16:49:38838 days ago1663087778IN
0x37828E68...8E8f7c845
0.01 ETH0.0022012117
Contribute155279672022-09-13 16:34:04838 days ago1663086844IN
0x37828E68...8E8f7c845
0.01 ETH0.0023306918
Contribute155197022022-09-12 7:39:17840 days ago1662968357IN
0x37828E68...8E8f7c845
0.01 ETH0.000880726.80186022
Contribute155184562022-09-12 2:41:22840 days ago1662950482IN
0x37828E68...8E8f7c845
0.01 ETH0.0013126310.36153986

Latest 5 internal transactions

Advanced mode:
Parent Transaction Hash Block
Age
From
To
156119542022-09-25 17:42:59826 days ago1664127779
0x37828E68...8E8f7c845
0.01 ETH
155941482022-09-23 6:06:47829 days ago1663913207
0x37828E68...8E8f7c845
0.01 ETH
155933852022-09-23 3:33:35829 days ago1663904015
0x37828E68...8E8f7c845
0.01 ETH
155887902022-09-22 12:09:59830 days ago1663848599
0x37828E68...8E8f7c845
0.01 ETH
155184362022-09-12 2:36:09840 days ago1662950169
 Contract Creation
0 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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
*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));
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

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 Age Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Age Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Age Amount
View All Withdrawals

Transaction Hash Block Age 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.