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

Highlights

  • Pro
Block or Report

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

  1. xy-zed xy-zed Public

    πŸˆβ€β¬› A sleek and sophisticated dark theme for Zed with vibrant, intelligent syntax highlighting.

    11

  2. zed-solidity zed-solidity Public

    πŸ’  Solidity language support for Zed.

    Scheme 9

  3. alfred-etherscan-suggest alfred-etherscan-suggest Public

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

    3

  4. jira-dependency-graph jira-dependency-graph Public

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

    Python 9 3

  5. alfred-you-suggest alfred-you-suggest Public

    🎩 Get in-line suggestions from You.com's search results with Alfred.

    4

  6. no-vim no-vim Public

    πŸŒ€ Get to "no-vim" with these fundamental shortcuts.

    2