Get up to date cToken data using 20% less gas without mutating state.
Benchmarks taken from a recent run of the test suite on a mainnet fork.
Method | balanceOfUnderlying Gas | exchangeRateCurrent Gas |
---|---|---|
Direct Call | 70,638 | 67,236 |
LibCompound | 51,163 | 39,281 |
Method | balanceOfUnderlying Gas | exchangeRateCurrent Gas |
---|---|---|
Direct Call | 81,177 | 77,968 |
LibFuse | 66,954 | 63,183 |
git clone https://github.com/transmissions11/libcompound.git
cd libcompound
make