Skip to content

Instantly share code, notes, and snippets.

View mansyur340's full-sized avatar
💭
mansyursayuti0

mansyur340

💭
mansyursayuti0
View GitHub Profile
@BrendanChou
BrendanChou / ERC20SafeTransfer.sol
Last active June 23, 2022 01:08
Brendan's implementation of ERC20SafeTransfer
// Made as proof-of-concept fix for https://github.com/ethereum/solidity/issues/4116
pragma solidity 0.4.24;
library TokenInteract {
function balanceOf(
address token,
address owner
)