essential-eth
essential-eth copied to clipboard
Ensures instantiated `Contract`s list address and other basic data
Beyond just address and functions, use console.log on the ethers contract object to determine what other basic metadata is on all instantiated contracts
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