Source Code
Smart Account by Safe
Owners
Latest 25 from a total of 109 transactions
| Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Exec Transaction | 43376705 | 6 days ago | IN | 0 xDAI | 0.000095 | ||||
| Exec Transaction | 41135076 | 140 days ago | IN | 0 xDAI | 0.00009498 | ||||
| Exec Transaction | 37605373 | 350 days ago | IN | 0 xDAI | 0.00010404 | ||||
| Exec Transaction | 37605367 | 350 days ago | IN | 0 xDAI | 0.00010404 | ||||
| Exec Transaction | 33942901 | 569 days ago | IN | 0 xDAI | 0.00011101 | ||||
| Exec Transaction | 33942580 | 569 days ago | IN | 0 xDAI | 0.00020438 | ||||
| Exec Transaction | 33942474 | 569 days ago | IN | 0 xDAI | 0.00011878 | ||||
| Transfer | 30964265 | 750 days ago | IN | 200 xDAI | 0.00020179 | ||||
| Exec Transaction | 28303760 | 913 days ago | IN | 0 xDAI | 0.00033312 | ||||
| Exec Transaction | 28303749 | 913 days ago | IN | 0 xDAI | 0.00015313 | ||||
| Exec Transaction | 28303690 | 913 days ago | IN | 0 xDAI | 0.0001442 | ||||
| Exec Transaction | 28303670 | 913 days ago | IN | 0 xDAI | 0.00015207 | ||||
| Exec Transaction | 28303642 | 913 days ago | IN | 0 xDAI | 0.0001442 | ||||
| Exec Transaction | 28303621 | 913 days ago | IN | 0 xDAI | 0.00015209 | ||||
| Exec Transaction | 28303615 | 913 days ago | IN | 0 xDAI | 0.0001442 | ||||
| Exec Transaction | 28303568 | 913 days ago | IN | 0 xDAI | 0.00014035 | ||||
| Exec Transaction | 28303525 | 913 days ago | IN | 0 xDAI | 0.00119318 | ||||
| Exec Transaction | 28303512 | 913 days ago | IN | 0 xDAI | 0.00009978 | ||||
| Exec Transaction | 28303459 | 913 days ago | IN | 0 xDAI | 0.00013529 | ||||
| Exec Transaction | 27755500 | 946 days ago | IN | 0 xDAI | 0.00085918 | ||||
| Exec Transaction | 27292982 | 974 days ago | IN | 0 xDAI | 0.00014512 | ||||
| Exec Transaction | 27279298 | 975 days ago | IN | 0 xDAI | 0.00014766 | ||||
| Exec Transaction | 27278858 | 975 days ago | IN | 0 xDAI | 0.00116508 | ||||
| Exec Transaction | 27278258 | 975 days ago | IN | 0 xDAI | 0.00020163 | ||||
| Exec Transaction | 27278252 | 975 days ago | IN | 0 xDAI | 0.00011096 |
Latest 25 internal transactions (View All)
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 37603210 | 350 days ago | 67,820.67731893 xDAI | ||||
| 33958186 | 568 days ago | 12,956.22079421 xDAI | ||||
| 33948178 | 569 days ago | 6,475.99161301 xDAI | ||||
| 33945382 | 569 days ago | 6,478.36900246 xDAI | ||||
| 33942901 | 569 days ago | 28,098.85097611 xDAI | ||||
| 33942587 | 569 days ago | 6,567.71981466 xDAI | ||||
| 33942474 | 569 days ago | 18,081.57767131 xDAI | ||||
| 33942319 | 569 days ago | 2,051.93914283 xDAI | ||||
| 33942293 | 569 days ago | 381.63607015 xDAI | ||||
| 31686030 | 706 days ago | 700 xDAI | ||||
| 31404920 | 723 days ago | 2,000 xDAI | ||||
| 31394336 | 724 days ago | 2,924.79894555 xDAI | ||||
| 31063934 | 744 days ago | 57,649.06546147 xDAI | ||||
| 31063833 | 744 days ago | 41,932.26836056 xDAI | ||||
| 30975560 | 749 days ago | 2,822.47263307 xDAI | ||||
| 30972876 | 749 days ago | 2,817.99876524 xDAI | ||||
| 30970171 | 750 days ago | 2,812.44412566 xDAI | ||||
| 30967470 | 750 days ago | 2,791.20407124 xDAI | ||||
| 30964786 | 750 days ago | 2,751.25161272 xDAI | ||||
| 30962242 | 750 days ago | 2,000 xDAI | ||||
| 30962085 | 750 days ago | 2,709.26939016 xDAI | ||||
| 30257286 | 794 days ago | 2,000 xDAI | ||||
| 30032665 | 808 days ago | 2,000 xDAI | ||||
| 29293174 | 853 days ago | 2,000 xDAI | ||||
| 28829961 | 881 days ago | 1,500 xDAI |
Cross-Chain Transactions
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xb4c57530...10d7b000A 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
Contract Source Code (Solidity)
/** *Submitted for verification at gnosisscan.io on 2022-12-17 */ // 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()) } } }
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
0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f76696465640000000000000000000000003e5c63644e683549055b9be8653de26e0b4cd36e
Deployed Bytecode
0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033
Deployed Bytecode Sourcemap
524:1528:0:-:0;;;1376:42;1372:1;1366:8;1362:57;1556:66;1552:1;1539:15;1536:87;1533:2;;;1653:10;1650:1;1643:21;1692:4;1689:1;1682:15;1533:2;1745:14;1742:1;1739;1726:34;1843:1;1840;1824:14;1821:1;1809:10;1802:5;1789:56;1880:16;1877:1;1874;1859:38;1926:1;1917:7;1914:14;1911:2;;;1958:16;1955:1;1948:27;1911:2;2014:16;2011:1;2004:27
Swarm Source
ipfs://d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b9552
Loading...
Loading
Loading...
Loading
Loading...
Loading
Latest 25 from a total of 424726 withdrawals (9,643.512026352 xDAI withdrawn)
| Validator Index | Block | Amount | |
|---|---|---|---|
| 74691 | 43486053 | 39 mins ago | 0.008556181 xDAI |
| 74690 | 43486053 | 39 mins ago | 0.008601313 xDAI |
| 74689 | 43486053 | 39 mins ago | 0.00856363 xDAI |
| 74688 | 43486053 | 39 mins ago | 0.008572278 xDAI |
| 74687 | 43486053 | 39 mins ago | 0.008553475 xDAI |
| 74686 | 43486053 | 39 mins ago | 0.00853809 xDAI |
| 74685 | 43486053 | 39 mins ago | 0.008551753 xDAI |
| 74684 | 43486052 | 39 mins ago | 0.008557156 xDAI |
| 74683 | 43486052 | 39 mins ago | 0.008548946 xDAI |
| 74682 | 43486052 | 39 mins ago | 0.02902935 xDAI |
| 74681 | 43486052 | 39 mins ago | 0.008574686 xDAI |
| 74680 | 43486052 | 39 mins ago | 0.008531271 xDAI |
| 74679 | 43486052 | 39 mins ago | 0.008564716 xDAI |
| 74678 | 43486052 | 39 mins ago | 0.008544054 xDAI |
| 74677 | 43486052 | 39 mins ago | 0.008540416 xDAI |
| 74676 | 43486051 | 39 mins ago | 0.008551231 xDAI |
| 74675 | 43486051 | 39 mins ago | 0.008566673 xDAI |
| 74674 | 43486051 | 39 mins ago | 0.008525537 xDAI |
| 74673 | 43486051 | 39 mins ago | 0.008524701 xDAI |
| 74672 | 43486051 | 39 mins ago | 0.008566011 xDAI |
| 74671 | 43486051 | 39 mins ago | 0.008549062 xDAI |
| 74670 | 43486051 | 39 mins ago | 0.008546174 xDAI |
| 65158 | 43486022 | 42 mins ago | 0.008557155 xDAI |
| 65157 | 43486022 | 42 mins ago | 0.008586488 xDAI |
| 65156 | 43486022 | 42 mins ago | 0.008585498 xDAI |
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| GNO | 41.94% | $0.00 | 30,259.8877 | $0.00 | |
| GNO | 40.45% | $1.17 | 29,183.8877 | $34,145.15 | |
| GNO | 1.40% | $130.38 | 9.0506 | $1,180.02 | |
| GNO | 0.58% | $0.411608 | 1,186.0558 | $488.19 | |
| GNO | 0.22% | $0.999885 | 189.0048 | $188.98 | |
| GNO | <0.01% | $0.194362 | 23.7176 | $4.61 | |
| ARB | 7.97% | $0.999621 | 6,729.4633 | $6,726.91 | |
| ARB | 1.19% | $0.216991 | 4,625 | $1,003.58 | |
| ETH | 3.35% | $0.155494 | 18,189.0971 | $2,828.3 | |
| ETH | 0.14% | $3,878.4 | 0.0307 | $119.03 | |
| ETH | 0.10% | $0.632122 | 137.5904 | $86.97 | |
| ETH | <0.01% | $0.000817 | 1,113.8101 | $0.91 | |
| ETH | <0.01% | $0.41047 | 0.9643 | $0.3958 | |
| BSC | 2.37% | $906.42 | 2.2085 | $2,001.83 | |
| BSC | <0.01% | $0.562683 | 1 | $0.5626 | |
| POL | 0.15% | $1 | 126.2462 | $126.25 | |
| POL | 0.10% | $0.999808 | 82.17 | $82.15 | |
| POL | 0.02% | $0.125003 | 150.9602 | $18.87 | |
| POL | <0.01% | $0.125415 | 0.0398 | $0.004988 |
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.