Overview
ETH Balance
ETH Value
$243.80 (@ $1,796.12/ETH)More Info
Private Name Tags
ContractCreator
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
14935739 | 7 mins ago | 0.00013876 ETH | ||||
14935701 | 11 mins ago | 0.00013842 ETH | ||||
14935565 | 28 mins ago | 0.00013837 ETH | ||||
14935512 | 34 mins ago | 0.00013856 ETH | ||||
14935399 | 48 mins ago | 0.00013873 ETH | ||||
14935295 | 1 hr ago | 0.0001391 ETH | ||||
14935187 | 1 hr ago | 0.0001392 ETH | ||||
14935138 | 1 hr ago | 0.00013922 ETH | ||||
14934903 | 1 hr ago | 0.00013981 ETH | ||||
14934900 | 1 hr ago | 0.00013991 ETH | ||||
14934859 | 1 hr ago | 0.00013978 ETH | ||||
14934743 | 2 hrs ago | 0.00013935 ETH | ||||
14934587 | 2 hrs ago | 0.00013923 ETH | ||||
14933542 | 3 hrs ago | 0.0001397 ETH | ||||
14932535 | 4 hrs ago | 0.00014002 ETH | ||||
14932326 | 4 hrs ago | 0.00013961 ETH | ||||
14932111 | 5 hrs ago | 0.0001393 ETH | ||||
14931851 | 5 hrs ago | 0.00013892 ETH | ||||
14931657 | 5 hrs ago | 0.00013921 ETH | ||||
14931431 | 5 hrs ago | 0.00013918 ETH | ||||
14931119 | 5 hrs ago | 0.00013882 ETH | ||||
14930991 | 6 hrs ago | 0.00013852 ETH | ||||
14930400 | 6 hrs ago | 0.00013804 ETH | ||||
14930250 | 6 hrs ago | 0.00013859 ETH | ||||
14928117 | 8 hrs ago | 0.00013919 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 0xEfc9D109...102244dbe 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 | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
MANTLE | 69.69% | $0.709973 | 279,165.8575 | $198,200.16 | |
LINEA | 15.61% | $1,796.12 | 24.724 | $44,407.32 | |
UNI | 10.28% | $1,797.32 | 16.264 | $29,231.68 | |
BSC | 2.08% | $611.12 | 9.6628 | $5,905.18 | |
GNO | 1.19% | $0.99986 | 3,393.096 | $3,392.62 | |
BLAST | 0.57% | $1,796.72 | 0.9084 | $1,632.05 | |
SONIC | 0.27% | $0.516385 | 1,511.4206 | $780.48 | |
BERA | 0.12% | $3.67 | 95.5428 | $350.65 | |
SCROLL | 0.09% | $1,796.12 | 0.1357 | $243.8 | |
POL | 0.06% | $0.221658 | 746.1549 | $165.39 | |
ARB | 0.03% | $1,796.37 | 0.0503 | $90.38 |
Loading...
Loading
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.