ETH Price: $3,338.01 (-0.16%)

Contract

0x1bE03633dD1E5B09e350087826186f732B293355
 
Transaction Hash
Method
Block
From
To
Execute Shortcut196606252024-04-15 11:31:23256 days ago1713180683IN
0x1bE03633...32B293355
0.05 ETH0.0161894112.53638976
Execute Shortcut196593482024-04-15 7:12:35256 days ago1713165155IN
0x1bE03633...32B293355
0.05 ETH0.0126756910.62810639
Execute Shortcut196593372024-04-15 7:10:23256 days ago1713165023IN
0x1bE03633...32B293355
0.05 ETH0.0148685212.46807221

Latest 4 internal transactions

Advanced mode:
Parent Transaction Hash Block
From
To
196606252024-04-15 11:31:23256 days ago1713180683
0x1bE03633...32B293355
0.05 ETH
196593482024-04-15 7:12:35256 days ago1713165155
0x1bE03633...32B293355
0.05 ETH
196593372024-04-15 7:10:23256 days ago1713165023
0x1bE03633...32B293355
0.05 ETH
185828102023-11-16 6:59:35407 days ago1700117975  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.