...om/mana-ethereum/ethereumex
>
> Elixir JSON-RPC client for the Ethereum blockchain.
另一个是 ExABI:
> https://github.com/poanetwork/ex_abi
>
> The [Application Binary Interface](https://solidity.readthedocs.io/en/develop/abi-spec.html) (ABI) of Solidity describes how to transform b...
...e.latestRoundData.selector),
abi.encode(uint80(0), int256(0), block.timestamp, block.timestamp, uint80(0))
);
// ignore difference
oracle.setMaxPoolPriceDifference(10001);
// assert that debt is greater than collateral value (position is liquidatabl...