Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View 0xxlegolas's full-sized avatar
☯️
☯️

Block or report 0xxlegolas

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. EIP2981-implementation EIP2981-implementation Public

    Forked from dievardump/EIP2981-implementation

    Repository that shows how to easily implement EIP2981

    JavaScript

  2. NFTOperatorFilter.sol NFTOperatorFilter.sol
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.4;
    3
    
                  
    4
    import "@klaytn/contracts/KIP/token/KIP17/KIP17.sol";
    5
    import "@klaytn/contracts/KIP/token/KIP17/extensions/KIP17URIStorage.sol";
  3. klaytn/treasury-rebalance klaytn/treasury-rebalance Public

    Smart contract Implementation of KGP-6 to record the process of rebalancing funds in a transparent manner

    JavaScript 2

  4. zkhack_2023 zkhack_2023 Public

    C++ 2

  5. eth-faucet eth-faucet Public

    Forked from chainflag/eth-faucet

    Ether faucet server built with Go and Svelte.

    Go 1

  6. contracts-wizard contracts-wizard Public

    Forked from OpenZeppelin/contracts-wizard

    Interactive smart contract generator based on OpenZeppelin Contracts.

    TypeScript