I hereby claim:
- I am brendanchou on github.
- I am brendandydx (https://keybase.io/brendandydx) on keybase.
- I have a public key ASA0f7ckNymVyzWzEUpTTBoBcRnho9nJ8D2ZNf6VIR-kXgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// 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 | |
) |