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

Sponsors

@von-steinkirch

Highlights

  • Pro

Block or report zarifpour

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 xy-zed Public

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

    51 4

  2. liquid-image liquid-image Public

    πŸ’§ Turn your logo (and images) into liquid metal

    TypeScript 6

  3. zed-solidity zed-solidity Public

    πŸ’  Solidity language support for Zed.

    Solidity 45 3

  4. zed-env zed-env Public

    πŸ” env support for Zed.

    29 2

  5. alfred-etherscan-suggest alfred-etherscan-suggest Public

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

    3

  6. jira-dependency-graph jira-dependency-graph Public

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

    Python 17 4