Skip to content
View yvasilyev92's full-sized avatar
  • SF, CA

Block or report yvasilyev92

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

Pinned Loading

  1. how-to-hardhat-typechain how-to-hardhat-typechain Public

    A tutorial I made for using Hardhats Typechain plugin to generate Typescript Contract Bindings

    TypeScript

  2. solidity-reentrancy-attack solidity-reentrancy-attack Public

    Smart Contract Reentrancy Attack & Fixes

    Solidity

  3. solidity-delegatecall-hack-single solidity-delegatecall-hack-single Public

    Solidity code showing how a Delegatecall hack can be applied in a single call

    Solidity

  4. solidity-delegatecall-hack-double solidity-delegatecall-hack-double Public

    Solidity code showing how a Delegatecall hack can be applied in a double call to overwrite variables at a specific storage slot

    Solidity

  5. solidity-transparent-proxy-pattern-oz solidity-transparent-proxy-pattern-oz Public

    Example implementation of TransparentUpgradeableProxy Pattern using Openzeppelin + Hardhat

    JavaScript

  6. solidity-uups-pattern-with-oz solidity-uups-pattern-with-oz Public

    Example implementation of UUPS Pattern using Openzeppelin + Hardhat

    JavaScript