Latest 25 from a total of 1,479 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer | 24750554 | 24 mins ago | IN | 0.30658624 ETH | 0.00000287 | ||||
| Transfer | 24750293 | 1 hr ago | IN | 0.33078544 ETH | 0.00000436 | ||||
| Transfer | 24750219 | 1 hr ago | IN | 0.30466222 ETH | 0.00000371 | ||||
| Transfer | 24750109 | 1 hr ago | IN | 0.24656157 ETH | 0.00000659 | ||||
| Transfer | 24749680 | 3 hrs ago | IN | 0.30098311 ETH | 0.00000922 | ||||
| Transfer | 24749602 | 3 hrs ago | IN | 0.99868952 ETH | 0.00000854 | ||||
| Transfer | 24749471 | 4 hrs ago | IN | 0.31065627 ETH | 0.00000785 | ||||
| Transfer | 24748653 | 6 hrs ago | IN | 0.31859182 ETH | 0.00000596 | ||||
| Transfer | 24748575 | 7 hrs ago | IN | 0.29963772 ETH | 0.00000633 | ||||
| Transfer | 24748560 | 7 hrs ago | IN | 0.48493242 ETH | 0.00000685 | ||||
| Transfer | 24748439 | 7 hrs ago | IN | 0.43408888 ETH | 0.00000938 | ||||
| Transfer | 24747540 | 10 hrs ago | IN | 0.26705243 ETH | 0.00000196 | ||||
| Transfer | 24747473 | 10 hrs ago | IN | 0.21608805 ETH | 0.00000185 | ||||
| Transfer | 24747408 | 10 hrs ago | IN | 0.25377254 ETH | 0.00000163 | ||||
| Transfer | 24746975 | 12 hrs ago | IN | 0.26055947 ETH | 0.00000107 | ||||
| Transfer | 24745327 | 17 hrs ago | IN | 0.24050404 ETH | 0.00000106 | ||||
| Transfer | 24743963 | 22 hrs ago | IN | 0.34424034 ETH | 0.00000301 | ||||
| Transfer | 24743466 | 24 hrs ago | IN | 0.54668874 ETH | 0.00000616 | ||||
| Transfer | 24741846 | 29 hrs ago | IN | 0.20162612 ETH | 0.00000284 | ||||
| Transfer | 24740725 | 33 hrs ago | IN | 0.21662756 ETH | 0.00000346 | ||||
| Transfer | 24739267 | 38 hrs ago | IN | 0.43829583 ETH | 0.00000106 | ||||
| Transfer | 24729412 | 2 days ago | IN | 0.38524715 ETH | 0.0000028 | ||||
| Transfer | 24726844 | 3 days ago | IN | 0.23157647 ETH | 0.00000146 | ||||
| Transfer | 24725992 | 3 days ago | IN | 0.2056564 ETH | 0.00000132 | ||||
| Transfer | 24722190 | 3 days ago | IN | 0.24567777 ETH | 0.00000525 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 24667651 | 11 days ago | 2.67592318 ETH | ||||
| Transfer | 24585015 | 23 days ago | 2.34761115 ETH | ||||
| Transfer | 24583004 | 23 days ago | 2.47329212 ETH | ||||
| Transfer | 24570877 | 25 days ago | 2.13828509 ETH | ||||
| Transfer | 24556491 | 27 days ago | 3.62638028 ETH | ||||
| Transfer | 24539385 | 29 days ago | 157.82461651 ETH | ||||
| Transfer | 24448611 | 42 days ago | 3.06120917 ETH | ||||
| Transfer | 24370214 | 53 days ago | 2.31362321 ETH | ||||
| Transfer | 24368522 | 53 days ago | 3.48114207 ETH | ||||
| Transfer | 24361758 | 54 days ago | 3.51649997 ETH | ||||
| Transfer | 24355936 | 55 days ago | 2.1768744 ETH | ||||
| Transfer | 24355933 | 55 days ago | 2.01858882 ETH | ||||
| Transfer | 24268775 | 67 days ago | 240 ETH | ||||
| Transfer | 24170113 | 81 days ago | 2.33258053 ETH | ||||
| Transfer | 24161169 | 82 days ago | 1.70907365 ETH | ||||
| Transfer | 23999709 | 104 days ago | 1.62140315 ETH | ||||
| Transfer | 23933638 | 114 days ago | 1.60899703 ETH | ||||
| Transfer | 23912541 | 117 days ago | 2.49941758 ETH | ||||
| Transfer | 23751176 | 139 days ago | 1.60698883 ETH | ||||
| Transfer | 23698436 | 147 days ago | 2.5845808 ETH | ||||
| Transfer | 23698408 | 147 days ago | 2.27428367 ETH | ||||
| Transfer | 23616884 | 158 days ago | 1.22820796 ETH | ||||
| Transfer | 23585515 | 162 days ago | 2.98173167 ETH | ||||
| Transfer | 23562425 | 166 days ago | 3.04816018 ETH | ||||
| Transfer | 23520719 | 171 days ago | 2.23443964 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
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 - <stefan@gnosis.io>
* @author Richard Meissner - <richard@gnosis.io>
*/
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
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_singleton","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]Contract Creation Code
0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f766964656400000000000000000000000041675c099f32341bf84bfc5382af534df5c7461a
Deployed Bytecode
0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea264697066735822122003d1488ee65e08fa41e58e888a9865554c535f2c77126a82cb4c0f917f31441364736f6c63430007060033
Loading...
Loading
Loading...
Loading
Net Worth in USD
$2,862,293.65
Net Worth in ETH
1,449.550021
Token Allocations
ETH
40.04%
USDC
26.54%
WBTC
21.49%
Others
11.93%
Multichain Portfolio | 32 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 40.04% | $1,974.61 | 580.3702 | $1,146,003.93 | |
| ETH | 26.54% | $0.999804 | 759,917.257 | $759,768.31 | |
| ETH | 21.49% | $65,647.15 | 9.3682 | $614,997.83 | |
| ETH | 10.25% | $0.999162 | 293,712.4658 | $293,466.33 | |
| ETH | 1.12% | $1,974.61 | 16.1955 | $31,979.68 | |
| ETH | 0.56% | $0.999761 | 16,080.2587 | $16,076.42 | |
| ETH | <0.01% | $0.000511 | 1,895 | $0.9681 | |
| ETH | <0.01% | $0.00 | 0.0154 | $0.00 |
Loading...
Loading
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.