ETH Price: $3,276.30 (+0.95%)

Contract

0x7f941Ad25279f94a8011F50B5dda6F6b0B9a9102
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve210493332024-10-26 10:54:4777 days ago1729940087IN
0x7f941Ad2...b0B9a9102
0 ETH0.000261694.83280394
Approve210236252024-10-22 20:52:2381 days ago1729630343IN
0x7f941Ad2...b0B9a9102
0 ETH0.0005473310.1077006

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block
From
To
203381502024-07-19 4:21:11177 days ago1721362871  Contract Creation0 ETH
Loading...
Loading

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

Contract Name:
MinimalBeaconProxy

Compiler Version
v0.8.21+commit.d9974bed

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion, MIT license
File 1 of 1 : MinimalBeaconProxy.sol
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

contract MinimalBeaconProxy {

    bytes32 internal constant BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;

    constructor() {
        assembly {
            sstore(BEACON_SLOT, 0x7A764C5Dff7E8296924fF47Da2C89383494DE1A5) // store beacon address
        }
    }

    fallback() external payable virtual {
        assembly {
            let p := mload(0x40)
            // Call GammaPoolFactory -> getProtocol(uint16)
            mstore(p, 0xd2c7c2a400000000000000000000000000000000000000000000000000000000)
            mstore(add(p, 4), 0x0003)
            let result := staticcall(gas(), 0xFD513630F697A9C1731F196185fb9ebA6eAAc20B, p, 0x24, 0x80, 0x20)
            if iszero(result) {
                revert(0, returndatasize())
            }
            let impl := mload(0x80)
            // Copy msg.data. We take full control of memory in this inline assembly
            // block because it will not return to Solidity code. We overwrite the
            // Solidity scratch pad at memory position 0.
            calldatacopy(0, 0, calldatasize())
            // Call the implementation.
            // out and outsize are 0 because we don't know the size yet.
            result := delegatecall(gas(), impl, 0, calldatasize(), 0, 0)
            // Copy the returned data.
            returndatacopy(0, 0, returndatasize())
            switch result
            // delegatecall returns 0 on error.
            case 0 {
                revert(0, returndatasize())
            }
            default {
                return(0, returndatasize())
            }
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "evmVersion": "paris",
  "metadata": {
    "bytecodeHash": "none"
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

Deployed Bytecode

0x608060408190526334b1f0a960e21b8152600360845260208160248173fd513630f697a9c1731f196185fb9eba6eaac20b5afa603a573d6000fd5b5060805160003681823780813683855af491503d81823e818015605b573d82f35b3d82fdfea164736f6c6343000815000a

Deployed Bytecode Sourcemap

61:1656:0:-:0;;;;;-1:-1:-1;;;541:77:0;;650:6;639:9;632:25;762:4;61:1656;750:4;61:1656;703:42;696:5;685:82;781:79;;828:16;825:1;818:27;781:79;;756:4;886:11;1156:1;1159:14;1156:1;;1140:34;1156:1;;1159:14;1156:1;1333:4;1326:5;1313:50;1303:60;;1438:16;1156:1;;1417:38;1476:6;1545:68;;;;1664:16;1156:1;1654:27;1545:68;1581:16;1156:1;1571:27

Swarm Source

none://164736f6c6343000815000a

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.