From ad4bd5c9526356adf94f1d58a42a08036e465bd7 Mon Sep 17 00:00:00 2001 From: banteg Date: Tue, 28 Jan 2020 22:38:20 +0700 Subject: [PATCH] add link to daistats example to readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index fca0867..f769357 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,9 @@ Call(MKR_TOKEN, 'balanceOf(address)(uint256)')(MKR_WHALE) Call(MKR_TOKEN, 'totalSupply()(uint256)', [['supply', from_wei]])() ``` +for a full example, see implementation of [daistats](https://github.com/banteg/multicall.py/blob/master/examples/daistats.py). +original [daistats.com](https://daistats.com) made by [nanexcool](https://github.com/nanexcool/daistats). + ## api ### `Signature(signature)`