Contract
0x10e4597ff93cbee194f4879f8f1d54a370db6969
1
Contract Overview
Balance:
712,657.787482517278791532 xDAI
xDAI Value:
$718,923.73 (@ $1.01/xDAI)
Token:
[ Download CSV Export ]
Latest 25 internal transaction
[ Download CSV Export ]
Similar Match Source Code
Note: This contract matches the deployed ByteCode of the Source Code for Contract 0xb4c575308221caa398e0dd2cdeb6b2f10d7b000a
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()) } } }
[{"inputs":[{"internalType":"address","name":"_singleton","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]
Contract Creation Code
608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f76696465640000000000000000000000003e5c63644e683549055b9be8653de26e0b4cd36e
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
Latest 25 blocks (From a total of 92,127 blocks with 436.56 xDAI in fees)
Block | Transaction | Gas Used | Reward | |
---|---|---|---|---|
28272761 | 43 secs ago | 8 | 1,737,203 (5.79%) | 0.020548457502910376 xDAI |
28272748 | 1 min ago | 9 | 1,194,631 (3.98%) | 0.013443928996590952 xDAI |
28272733 | 3 mins ago | 9 | 1,814,592 (6.05%) | 0.020883232408483264 xDAI |
28272719 | 4 mins ago | 8 | 1,248,201 (4.16%) | 0.015718218950014392 xDAI |
28272698 | 6 mins ago | 7 | 1,300,737 (4.34%) | 0.015407818789594104 xDAI |
28272693 | 6 mins ago | 15 | 3,761,582 (12.54%) | 0.037587646804907344 xDAI |
28272676 | 8 mins ago | 15 | 2,420,066 (8.07%) | 0.027655888981907202 xDAI |
28272675 | 8 mins ago | 6 | 1,056,374 (3.52%) | 0.011980146746801158 xDAI |
28272670 | 8 mins ago | 4 | 505,156 (1.68%) | 0.006182350921558752 xDAI |
28272660 | 9 mins ago | 10 | 1,841,974 (6.14%) | 0.022182393781264208 xDAI |
28272658 | 9 mins ago | 10 | 1,761,720 (5.87%) | 0.01665560531750624 xDAI |
28272627 | 12 mins ago | 11 | 1,568,979 (5.23%) | 0.017175266179448168 xDAI |
28272622 | 12 mins ago | 13 | 2,018,143 (6.73%) | 0.022773327507854856 xDAI |
28272621 | 12 mins ago | 9 | 1,347,152 (4.49%) | 0.014340908749222784 xDAI |
28272613 | 13 mins ago | 8 | 1,746,883 (5.82%) | 0.018587136490424936 xDAI |
28272611 | 13 mins ago | 12 | 3,641,685 (12.14%) | 0.04079661485486652 xDAI |
28272594 | 15 mins ago | 11 | 2,401,529 (8.01%) | 0.026850868255631768 xDAI |
28272588 | 15 mins ago | 19 | 3,727,936 (12.43%) | 0.037993157388012512 xDAI |
28272571 | 17 mins ago | 9 | 1,642,632 (5.48%) | 0.018684370156692704 xDAI |
28272570 | 17 mins ago | 7 | 1,449,918 (4.83%) | 0.016192919113400656 xDAI |
28272569 | 17 mins ago | 9 | 2,403,633 (8.01%) | 0.022056951007170936 xDAI |
28272520 | 21 mins ago | 10 | 1,534,314 (5.11%) | 0.016694183725725488 xDAI |
28272502 | 23 mins ago | 8 | 1,574,514 (5.25%) | 0.016682630595403888 xDAI |
28272499 | 23 mins ago | 12 | 2,457,286 (8.19%) | 0.028390842336305712 xDAI |
28272491 | 24 mins ago | 5 | 1,083,829 (3.61%) | 0.010938611959329368 xDAI |
Age | Block | Fee Address | BC Fee Address | Voting Power | Jailed | Incoming |
---|
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.