-
Ideas, Feedbacks, and/or help on pr are always appreciated.
- Support **makerdao's** multicall. (https://github.com/makerdao/multicall)
- Add multicall ability to existing ERC20 contract.
- Add …
-
Two options:
1) Uniswap style (with amount)
https://github.com/Uniswap/uniswap-v2-core/blob/10be569bd35c827c3935413b32a40fa5f2b0d8b7/contracts/UniswapV2ERC20.sol#L81
2) DAI style (binary on/off…
-
This should also include support in auction-demo-keeper when the new callee is deployed.
Then we can change WSTETH-A and WSTETH-B to route through USDC like the other ilks.
-
https://arxiv.org/pdf/2103.02228.pdf
也用了Bellman-Ford-Moore algorithm.
除了Uniswap,还加上了Bancor和MakerDAO
-
The current version supports `multicall` contract instead of `multicall2`, which allows one of many requests failed but still return the rest of results.
Here is multicall2:
https://github.com/ma…
-
What is the main purpose of it?
https://github.com/makerdao/ilk-registry/blob/a97c8e0805462358a1916f951f6ac303c813c519/src/IlkRegistry.sol#L150
I mean if admin can remove without actually accomp…
-
EtherEx has a more complicated order matching system. For starters, one can build simple buy/order systems for tokens buy making an buy/sell escrow contract.
It's quite simple.
1) Create a contract …
-
pre Solidity 0.4, division by zero returns 0 instead of throwing.
we might want to assert divisors to be > 0, such as
https://github.com/makerdao/token-auction/blob/master/contracts/auction.sol#L213
-
https://lispking.github.io/2023/09/15/maker-protocol-introduce/
MakerDAO是一个去中心化的组织,致力于为加密货币经济带来稳定性。
-
https://github.com/makerdao/multicall
Just for constant reads used by the client lib