Overview
ETH Balance
0.071742882452254772 ETH
Eth Value
$176.07 (@ $2,454.13/ETH)Token Holdings
More Info
Private Name Tags
ContractCreator
Latest 4 from a total of 4 transactions
Latest 8 internal transactions
Advanced mode:
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
17618507 | 488 days ago | 0.01 ETH | ||||
17618489 | 488 days ago | 0.0397951 ETH | ||||
17618489 | 488 days ago | 0.03194777 ETH | ||||
17612037 | 489 days ago | 0.0550754 ETH | ||||
17611840 | 489 days ago | 0.04847836 ETH | ||||
17611840 | 489 days ago | 0.01913681 ETH | ||||
17611840 | 489 days ago | 0.02934155 ETH | ||||
17611840 | 489 days ago | Contract Creation | 0 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
Contract Source Code (Solidity)
/** *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
- No Contract Security Audit Submitted- Submit Audit Here
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
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | Ether (ETH) | 100.00% | $2,454.13 | 0.0717 | $176.07 |
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.