Overview
XDAI Balance
XDAI Value
$339.41 (@ $1.00/XDAI)| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 34228922 | 594 days ago | Contract Creation | 0 XDAI |
Cross-Chain Transactions
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 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
Latest 25 blocks (From a total of 31,791 blocks with 339.50 XDAI in fees)
| Block | Transaction | Gas Used | Reward | |
|---|---|---|---|---|
| 44180865 | 21 mins ago | 17 | 8,361,202 (49.18%) | 0.006037914464225606 XDAI |
| 44180643 | 41 mins ago | 29 | 7,677,523 (45.16%) | 0.004713476493920539 XDAI |
| 44180431 | 1 hr ago | 22 | 7,632,723 (44.90%) | 0.003228237349268722 XDAI |
| 44180274 | 1 hr ago | 30 | 8,787,126 (51.69%) | 0.005165653530071903 XDAI |
| 44180018 | 1 hr ago | 22 | 5,550,207 (32.65%) | 0.005111505135749637 XDAI |
| 44179798 | 1 hr ago | 23 | 9,218,058 (54.22%) | 0.007625046894851851 XDAI |
| 44179769 | 1 hr ago | 17 | 8,212,212 (48.31%) | 0.003789196387767297 XDAI |
| 44179418 | 2 hrs ago | 13 | 7,930,093 (46.65%) | 0.003409480807850203 XDAI |
| 44179372 | 2 hrs ago | 25 | 6,389,061 (37.58%) | 0.000584296101328935 XDAI |
| 44179268 | 2 hrs ago | 14 | 8,043,601 (47.32%) | 0.091835958039456148 XDAI |
| 44178888 | 3 hrs ago | 13 | 7,049,276 (41.47%) | 0.003665859534360398 XDAI |
| 44178559 | 3 hrs ago | 13 | 7,913,434 (46.55%) | 0.004630286138680642 XDAI |
| 44178488 | 3 hrs ago | 11 | 4,525,611 (26.62%) | 0.003210683529563909 XDAI |
| 44178337 | 4 hrs ago | 12 | 7,210,375 (42.41%) | 0.003261426689776775 XDAI |
| 44178037 | 4 hrs ago | 19 | 7,571,904 (44.54%) | 0.006425578747533545 XDAI |
| 44177741 | 4 hrs ago | 35 | 8,895,825 (52.33%) | 0.010559524317947037 XDAI |
| 44177570 | 5 hrs ago | 17 | 8,315,337 (48.91%) | 0.006663284692966175 XDAI |
| 44177314 | 5 hrs ago | 21 | 8,956,926 (52.69%) | 0.004385465177263347 XDAI |
| 44176529 | 6 hrs ago | 15 | 13,123,572 (77.20%) | 0.003347169874938281 XDAI |
| 44176231 | 7 hrs ago | 15 | 8,963,797 (52.73%) | 0.003839280371861085 XDAI |
| 44175911 | 7 hrs ago | 9 | 8,375,575 (49.27%) | 0.00034140420741799 XDAI |
| 44175500 | 8 hrs ago | 14 | 14,181,723 (83.42%) | 0.000583487815585827 XDAI |
| 44175346 | 8 hrs ago | 20 | 11,433,741 (67.26%) | 0.172999386651691338 XDAI |
| 44175292 | 8 hrs ago | 8 | 16,797,124 (98.81%) | 0.002175410604830235 XDAI |
| 44174657 | 9 hrs ago | 11 | 10,131,960 (59.60%) | 0.002831632825921328 XDAI |
Latest 25 from a total of 255090 withdrawals (4,515.157354286 XDAI withdrawn)
| Validator Index | Block | Amount | |
|---|---|---|---|
| 323566 | 42831595 | 80 days ago | 0.018442901 XDAI |
| 323548 | 42831595 | 80 days ago | 0.018602212 XDAI |
| 323504 | 42831595 | 80 days ago | 0.018227539 XDAI |
| 323498 | 42831595 | 80 days ago | 0.018064988 XDAI |
| 321547 | 42831590 | 80 days ago | 0.018364178 XDAI |
| 321528 | 42831590 | 80 days ago | 0.018775024 XDAI |
| 272869 | 42828980 | 80 days ago | 0.020635837 XDAI |
| 272864 | 42828980 | 80 days ago | 0.01988011 XDAI |
| 272828 | 42828980 | 80 days ago | 0.020056539 XDAI |
| 272816 | 42828980 | 80 days ago | 0.020076661 XDAI |
| 272811 | 42828980 | 80 days ago | 0.050109121 XDAI |
| 272723 | 42828980 | 80 days ago | 0.019665366 XDAI |
| 272633 | 42828979 | 80 days ago | 0.01992787 XDAI |
| 272576 | 42828979 | 80 days ago | 0.020432706 XDAI |
| 272543 | 42828979 | 80 days ago | 0.020086167 XDAI |
| 272535 | 42828979 | 80 days ago | 0.020092369 XDAI |
| 272529 | 42828979 | 80 days ago | 0.019163897 XDAI |
| 272497 | 42828979 | 80 days ago | 0.020437075 XDAI |
| 272475 | 42828979 | 80 days ago | 0.020206868 XDAI |
| 272389 | 42828979 | 80 days ago | 0.01965204 XDAI |
| 272387 | 42828978 | 80 days ago | 0.020253505 XDAI |
| 272379 | 42828978 | 80 days ago | 0.018294635 XDAI |
| 271520 | 42828879 | 80 days ago | 0.020514077 XDAI |
| 271491 | 42828879 | 80 days ago | 0.020836827 XDAI |
| 271419 | 42828879 | 80 days ago | 0.020162227 XDAI |
Net Worth in USD
Net Worth in XDAI
Token Allocations
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| GNO | 100.00% | $0.999723 | 339.5024 | $339.41 |
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.