More Info
Private Name Tags
ContractCreator
Latest 1 from a total of 1 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Exec Transaction | 8551711 | 434 days ago | IN | 0 ETH | 0.00037399 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
19865860 | 8 days ago | 0 ETH | ||||
19864183 | 8 days ago | 0 ETH | ||||
19861361 | 8 days ago | 0.00000013 ETH | ||||
19853410 | 8 days ago | 0.00000094 ETH | ||||
19849828 | 8 days ago | 0.00000169 ETH | ||||
19844527 | 9 days ago | 0.00000005 ETH | ||||
19839109 | 9 days ago | 0.00000103 ETH | ||||
19838779 | 9 days ago | 0.00000008 ETH | ||||
19806005 | 10 days ago | 0.00000401 ETH | ||||
19798108 | 10 days ago | 0.00000036 ETH | ||||
19785266 | 11 days ago | 0 ETH | ||||
19769466 | 11 days ago | 0.00000008 ETH | ||||
19760442 | 12 days ago | 0.00000011 ETH | ||||
19739919 | 13 days ago | 0.00000011 ETH | ||||
19734814 | 13 days ago | 0 ETH | ||||
19730342 | 13 days ago | 0.0000003 ETH | ||||
19729514 | 13 days ago | 0.00000005 ETH | ||||
19727015 | 13 days ago | 0 ETH | ||||
19726946 | 13 days ago | 0.00004719 ETH | ||||
19726894 | 13 days ago | 0.00000001 ETH | ||||
19726500 | 13 days ago | 0.00000334 ETH | ||||
19725312 | 13 days ago | 0.00000223 ETH | ||||
19725150 | 13 days ago | 0.00000006 ETH | ||||
19724975 | 13 days ago | 0.00000088 ETH | ||||
19717295 | 13 days ago | 0.00000002 ETH |
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x5273604B...6e3Dfe715 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
GnosisSafeProxy
Compiler Version
v0.7.6+commit.7338295f
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: LGPL-3.0-only pragma solidity >=0.7.0 <0.9.0; /// @title IProxy - Helper interface to access masterCopy of the Proxy on-chain /// @author Richard Meissner - <[email protected]> interface IProxy { function masterCopy() external view returns (address); } /// @title GnosisSafeProxy - Generic proxy contract allows to execute all transactions applying the code of a master contract. /// @author Stefan George - <[email protected]> /// @author Richard Meissner - <[email protected]> contract GnosisSafeProxy { // singleton always needs to be first declared variable, to ensure that it is at the same location in the contracts to which calls are delegated. // To reduce deployment costs this variable is internal and needs to be retrieved via `getStorageAt` address internal singleton; /// @dev Constructor function sets address of singleton contract. /// @param _singleton Singleton address. constructor(address _singleton) { require(_singleton != address(0), "Invalid singleton address provided"); singleton = _singleton; } /// @dev Fallback function forwards all transactions and returns all received return data. fallback() external payable { // solhint-disable-next-line no-inline-assembly assembly { let _singleton := and(sload(0), 0xffffffffffffffffffffffffffffffffffffffff) // 0xa619486e == keccak("masterCopy()"). The value is right padded to 32-bytes with 0s if eq(calldataload(0), 0xa619486e00000000000000000000000000000000000000000000000000000000) { mstore(0, _singleton) return(0, 0x20) } calldatacopy(0, 0, calldatasize()) let success := delegatecall(gas(), _singleton, 0, calldatasize(), 0, 0) returndatacopy(0, 0, returndatasize()) if eq(success, 0) { revert(0, returndatasize()) } return(0, returndatasize()) } } }
{ "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "metadata": { "useLiteralContent": true }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_singleton","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]
Deployed Bytecode
0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 31 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ZKEVM | 47.68% | $2,719.28 | 0.5331 | $1,449.75 | |
ZKEVM | 17.39% | $2,724.06 | 0.1941 | $528.66 | |
ZKEVM | 16.76% | $0.999945 | 509.7851 | $509.76 | |
ZKEVM | 5.42% | $95,572 | 0.0017237 | $164.74 | |
ZKEVM | 4.32% | $0.999945 | 131.4258 | $131.42 | |
ZKEVM | 3.66% | $0.99966 | 111.1965 | $111.16 | |
ZKEVM | 2.75% | $0.305257 | 273.956 | $83.63 | |
ZKEVM | 0.67% | $0.999839 | 20.3682 | $20.36 | |
ZKEVM | 0.45% | $17.92 | 0.7699 | $13.8 | |
ZKEVM | 0.40% | $253.64 | 0.0481 | $12.19 | |
ZKEVM | 0.13% | $0.502582 | 8.1603 | $4.1 | |
ZKEVM | 0.13% | $0.304881 | 13.1997 | $4.02 | |
ZKEVM | 0.12% | $2,713.65 | 0.00140025 | $3.8 | |
ZKEVM | 0.05% | $0.995739 | 1.4024 | $1.4 | |
ZKEVM | 0.04% | $0.990789 | 1.2645 | $1.25 | |
ZKEVM | 0.03% | $0.350375 | 2.3113 | $0.8098 |
[ 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.