Skip to content
View zarifpour's full-sized avatar
:shipit:
imposter
:shipit:
imposter

Sponsors

@von-steinkirch

Highlights

  • Pro

Block or report zarifpour

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zarifpour/README.md

imposter


 📆 Connect 

 🌎 Website 

 📫 Telegram 

 💼 LinkedIn 

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.14;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppole/contracts/adjectives/Delicious.sol";

contract README is Delicious, Ownable {
    string public ens;
    Emoji[] public abilities;

    error NoLove();
    error ItsOver9000();

    event Cheers(address indexed sender);

    constructor() {
        ens = "zarifpour.eth";
        abilities = ["💠", "🐍", "🔎", "🔒", "🧪", "🗣", "🎨"];
    }

    function donate() public payable {
        if (msg.value == 0) revert NoLove();
        if (msg.value > 9000) revert ItsOver9000();
        emit Cheers(msg.sender);
    }
    
    function withdraw() external payable onlyOwner {
        payable(owner()).transfer(address(this).balance);
    }
}

Pinned Loading

  1. xy-zed Public

    🐈‍⬛ A sleek and sophisticated dark theme for Zed with vibrant, intelligent syntax highlighting.

    51 4

  2. liquid-image Public

    💧 Turn your logo (and images) into liquid metal

    TypeScript 6

  3. zed-solidity Public

    💠 Solidity language support for Zed.

    Solidity 46 3

  4. zed-env Public

    🔐 env support for Zed.

    29 2

  5. alfred-etherscan-suggest Public

    🎩 Get in-line Etherscan search suggestions and view contract source code on DethCode.

    3

  6. jira-dependency-graph Public

    🧿 Graph visualizer for JIRA ticket dependencies (epics, tasks, statuses, links, and more).

    Python 17 4

730 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to zarifpour/zed-solidity, zed-industries/extensions, zarifpour/liquid-image and 30 other repositories
Loading A graph representing zarifpour's contributions from April 21, 2024 to April 24, 2025. The contributions are 54% commits, 28% pull requests, 17% code review, 1% issues.

Contribution activity

April 2025

70 contributions in private repositories Apr 1 – Apr 23
Loading