dawsbot / dawsbot/essential-eth
Ensures instantiated `Contract`s list address and other basic data
Open
Chore
- Dominant language
- TypeScript
- Stars
- 310
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Beyond just `address` and `functions`, use `console.log` on the `ethers` contract object to determine what other basic metadata is on all instantiated `contract`s
https://github.com/rkalis/revoke.cash/blob/cfe6e3b75f502b753cbcc0b210a56d097e772ce0/src/ERC20/Erc20TokenList.tsx#L51-L59
https://github.com/rkalis/revoke.cash/blob/cfe6e3b75f502b753cbcc0b210a56d097e772ce0/src/ERC20/util.ts#L30-L34
https://github.com/rkalis/revoke.cash/blob/189d6cb70f0a080994ce71f95167969eb3b82e4b/components/ERC721/Erc721Allowance.tsx#L34
Contributor guide
Assessment
This issue has not been assessed yet.