More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 1 internal transaction
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
20338150 | 177 days ago | Contract Creation | 0 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
Contract Source Code (Solidity Standard Json-Input format)
// 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()) } } } }
{ "optimizer": { "enabled": true, "runs": 200 }, "evmVersion": "paris", "metadata": { "bytecodeHash": "none" }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"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
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.