Overview
ETH Balance
0.031019271594578423 ETH
ETH Value
$62.44 (@ $2,013.07/ETH)More Info
Private Name Tags
ContractCreator
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
20907187 | 3 hrs ago | 0.0000254 ETH | ||||
20884984 | 23 hrs ago | 0.0000254 ETH | ||||
20857322 | 2 days ago | 0.0000254 ETH | ||||
20829757 | 3 days ago | 0.00002613 ETH | ||||
20799514 | 4 days ago | 0.00002613 ETH | ||||
20773867 | 5 days ago | 0.00002284 ETH | ||||
20176976 | 28 days ago | 0.00001974 ETH | ||||
20158811 | 29 days ago | 0.00039489 ETH | ||||
20150520 | 29 days ago | 0.00001974 ETH | ||||
20124185 | 30 days ago | 0.00001974 ETH | ||||
20097583 | 31 days ago | 0.00001974 ETH | ||||
20071498 | 32 days ago | 0.00001974 ETH | ||||
20045916 | 33 days ago | 0.00001974 ETH | ||||
20020225 | 34 days ago | 0.00001974 ETH | ||||
19998040 | 35 days ago | 0.00001974 ETH | ||||
19994984 | 35 days ago | 0.00001974 ETH | ||||
19977227 | 36 days ago | 0.00001974 ETH | ||||
19943309 | 37 days ago | 0.00001974 ETH | ||||
19917904 | 38 days ago | 0.00001974 ETH | ||||
19893442 | 39 days ago | 0.00001974 ETH | ||||
19892008 | 39 days ago | 0.00001974 ETH | ||||
19868757 | 40 days ago | 0.00001974 ETH | ||||
19866338 | 40 days ago | 0.00001974 ETH | ||||
19849498 | 41 days ago | 0.00001974 ETH | ||||
19841772 | 41 days ago | 0.00001974 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
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_singleton","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]
Deployed Bytecode
0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
BSC | 84.60% | $0.999788 | 46,629.002 | $46,619.12 | |
BSC | 6.25% | $622.54 | 5.5311 | $3,443.32 | |
BSC | 0.04% | $0.999986 | 21 | $21 | |
BSC | <0.01% | $1 | 1 | $1 | |
ARB | 1.97% | $0.999797 | 1,084 | $1,083.78 | |
ARB | 1.60% | $2,010.21 | 0.4392 | $882.83 | |
ARB | 0.60% | $0.999788 | 330 | $329.93 | |
ARB | <0.01% | $0.999783 | 5 | $5 | |
POL | 2.46% | $0.999894 | 1,354.5577 | $1,354.41 | |
POL | 1.49% | $0.211968 | 3,863.3545 | $818.91 | |
POL | 0.13% | $0.999776 | 69 | $68.98 | |
POL | 0.04% | $0.999894 | 23.8364 | $23.83 | |
POL | <0.01% | $0.999827 | 4 | $4 | |
BLAST | 0.70% | $2,012.42 | 0.1917 | $385.88 | |
ZKEVM | 0.11% | $2,013.07 | 0.031 | $62.44 |
Loading...
Loading
Loading...
Loading
[ 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.