ETH Price: $2,533.82 (-2.40%)

Contract

0x8845dC4f3267EB1380e3B669DA5Ba441afb05207
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

Latest 3 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
187760982023-12-13 8:35:47293 days ago1702456547
0x8845dC4f...1afb05207
15 ETH
187760982023-12-13 8:35:47293 days ago1702456547
0x8845dC4f...1afb05207
15 ETH
187760982023-12-13 8:35:47293 days ago1702456547  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
BeaconProxyTemplate

Compiler Version
v0.8.16+commit.07a7930e

Optimization Enabled:
Yes with 10000000 runs

Other Settings:
default evmVersion, GNU GPLv3 license
/**
 *Submitted for verification at Etherscan.io on 2023-04-17
*/

// SPDX-License-Identifier: GPL-3.0-only
pragma solidity ^0.8.16;

contract BeaconProxyTemplate {
    fallback() external payable {
        // Use placeholder beacon
        assembly {
            let ptr := mload(0x40)
            mstore(ptr, 0x5c60da1b00000000000000000000000000000000000000000000000000000000)
            let status := staticcall(gas(), 0x277D98D33b7F44921d4230697DeF8d1D56aBAa62, ptr, 4, 0, 32)
            if eq(status, 1) {
                let addr := mload(0)
                calldatacopy(0, 0, calldatasize())
                let result := delegatecall(gas(), addr, 0, calldatasize(), 0, 0)
                returndatacopy(0, 0, returndatasize())
                switch result
                case 0 {
                    revert(0, returndatasize())
                }
                default {
                    return(0, returndatasize())
                }
            }
        }
    }
}

Contract Security Audit

Contract ABI

[{"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x60806040526040517f5c60da1b0000000000000000000000000000000000000000000000000000000081526000600160208260048573277d98d33b7f44921d4230697def8d1d56abaa625afa0360705780513682833781823684845af490503d82833e808015606c573d83f35b3d83fd5b00fea264697066735822122002f8a2f5acabeb1d754972351ec784958a7f99e64f368c267a38bb375594c03c64736f6c63430008100033

Deployed Bytecode Sourcemap

70:869:0:-:0;;;221:4;215:11;252:66;247:3;240:79;417:1;451;420:2;417:1;414;409:3;365:42;358:5;347:76;440:13;437:481;;417:1;485:8;530:14;417:1;;511:34;417:1;;530:14;417:1;597:4;590:5;577:50;563:64;;666:16;417:1;;645:38;708:6;732:76;;;;867:16;417:1;857:27;732:76;772:16;417:1;762:27;437:481;

Swarm Source

ipfs://02f8a2f5acabeb1d754972351ec784958a7f99e64f368c267a38bb375594c03c

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  ]

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.