Skip to content
View BrendanChou's full-sized avatar

Block or report BrendanChou

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. commonwarexyz/monorepo commonwarexyz/monorepo Public

    Commonware Library Primitives and Examples

    Rust 606 247

  2. Brendan's implementation of ERC20Saf... Brendan's implementation of ERC20SafeTransfer
    1
    // Made as proof-of-concept fix for https://github.com/ethereum/solidity/issues/4116
    2
    
                  
    3
    pragma solidity 0.4.24;
    4
    
                  
    5