Overview
ETH Balance
31.67910761988925712 ETH
Eth Value
$124,339.95 (@ $3,924.98/ETH)Token Holdings
More Info
Private Name Tags
ContractCreator
Latest 15 from a total of 15 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Exec Transaction | 20908842 | 67 days ago | IN | 0 ETH | 0.00112764 | ||||
Exec Transaction | 20509817 | 123 days ago | IN | 0 ETH | 0.00075125 | ||||
Exec Transaction | 20085147 | 182 days ago | IN | 0 ETH | 0.00130319 | ||||
Exec Transaction | 19698724 | 236 days ago | IN | 0 ETH | 0.00115688 | ||||
Exec Transaction | 19408072 | 277 days ago | IN | 0 ETH | 0.00747588 | ||||
Exec Transaction | 19195303 | 307 days ago | IN | 0 ETH | 0.0056833 | ||||
Exec Transaction | 19195299 | 307 days ago | IN | 0 ETH | 0.00561919 | ||||
Exec Transaction | 18938565 | 343 days ago | IN | 0 ETH | 0.00186268 | ||||
Exec Transaction | 18760059 | 368 days ago | IN | 0 ETH | 0.01432059 | ||||
Exec Transaction | 18728332 | 372 days ago | IN | 0 ETH | 0.00850259 | ||||
Exec Transaction | 18727745 | 372 days ago | IN | 0 ETH | 0.01946732 | ||||
Exec Transaction | 18703386 | 376 days ago | IN | 0 ETH | 0.0052835 | ||||
Exec Transaction | 18703339 | 376 days ago | IN | 0 ETH | 0.00317753 | ||||
Transfer | 18702990 | 376 days ago | IN | 38.725 ETH | 0.00078782 | ||||
Transfer | 18702985 | 376 days ago | IN | 38.72793167 ETH | 0.00057674 |
Latest 13 internal transactions
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
20908842 | 67 days ago | 0.00112721 ETH | ||||
20509817 | 123 days ago | 0.00075696 ETH | ||||
20509817 | 123 days ago | 0.000001 ETH | ||||
20085147 | 182 days ago | 0.00130347 ETH | ||||
20085147 | 182 days ago | 7 ETH | ||||
19698724 | 236 days ago | 0.00115662 ETH | ||||
19408072 | 277 days ago | 0.00747317 ETH | ||||
19195303 | 307 days ago | 0.00568204 ETH | ||||
19195299 | 307 days ago | 0.00561749 ETH | ||||
18760059 | 368 days ago | 0.01431568 ETH | ||||
18703386 | 376 days ago | 0.00528215 ETH | ||||
18703339 | 376 days ago | 0.00317654 ETH | ||||
18702908 | 376 days ago | Contract Creation | 0 ETH |
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xbe6E7581...0978C932f The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
SafeProxy
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 the singleton address of the Proxy on-chain. * @author Richard Meissner - @rmeissner */ interface IProxy { function masterCopy() external view returns (address); } /** * @title SafeProxy - 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 SafeProxy { // 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; /** * @notice 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
0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | Ether (ETH) | 64.37% | $3,924.98 | 31.6791 | $124,339.95 |
ETH | 15.45% | $4.59 | 6,501.6729 | $29,842.68 | |
ETH | 2.32% | $0.433557 | 10,346.9803 | $4,486.01 | |
ETH | 0.79% | $0.808884 | 1,893 | $1,531.22 | |
ETH | 0.59% | $1.87 | 613.6172 | $1,145.48 | |
BASE | 15.22% | $3,925.27 | 7.4901 | $29,400.66 | |
BASE | 0.07% | $0.999723 | 139.98 | $139.94 | |
BASE | 0.03% | $0.001695 | 34,027.8308 | $57.68 | |
BASE | <0.01% | <$0.000001 | 29,577,464 | $1.4 | |
BASE | <0.01% | $0.000031 | 20,000 | $0.6221 | |
BASE | <0.01% | <$0.000001 | 17,761,776 | $0.1918 | |
OP | 1.01% | $3,925.01 | 0.4994 | $1,960.15 | |
OP | 0.13% | $2.6 | 100 | $259.69 | |
POL | <0.01% | $0.051141 | 45 | $2.3 |
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.