Martin Marchev
Martin Marchev
Some newer Air Purifier Pro devices have the following model ID: `zhimi.airpurifier.v7` This is currently not supported by the library so I have created a PR to add it to...
`FLOKI` is a famous token (currently \#48 on Coinmarketcap) that reverts on 0 value transfers: ```sol function _transfer( address from, address to, uint256 amount ) private { // ... require(amount...
Great blog post, man! It helped me a lot to understand the mechanics of StableSwap. I found a small mistake which I fixed in this PR. After swapping `X` for...