ETH Price: $2,516.67 (+3.10%)

Contract

0x8653891A262813cAbe6e87362ef320A7385eA832
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Execute Shortcut200609202024-06-10 10:44:5984 days ago1718016299IN
0x8653891A...7385eA832
0 ETH0.000564495.18106051
Execute Shortcut176110282023-07-03 4:19:35428 days ago1688357975IN
0x8653891A...7385eA832
0 ETH0.0006606814.98621649
Execute Shortcut176109752023-07-03 4:08:59428 days ago1688357339IN
0x8653891A...7385eA832
0.0517369 ETH0.0052350313.83432925

Latest 7 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
176110282023-07-03 4:19:35428 days ago1688357975
0x8653891A...7385eA832
0.0517369 ETH
176109752023-07-03 4:08:59428 days ago1688357339
0x8653891A...7385eA832
0.0517369 ETH
176109692023-07-03 4:07:47428 days ago1688357267
0x8653891A...7385eA832
0.02614226 ETH
176109692023-07-03 4:07:47428 days ago1688357267
0x8653891A...7385eA832
0.02559464 ETH
176109692023-07-03 4:07:47428 days ago1688357267  Contract Creation0 ETH
176109642023-07-03 4:06:47428 days ago1688357207
0x8653891A...7385eA832
0.02561419 ETH
176109642023-07-03 4:06:47428 days ago1688357207  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  ]
[ 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.