owlprotocol / metascan

Multi-chain EVM blockchain explorer using web3-redux to fetch data
MIT License
1 stars 1 forks source link

Use `IERC165` to introspect interface #34

Open leovigna opened 2 years ago

leovigna commented 2 years ago

https://docs.openzeppelin.com/contracts/4.x/api/utils#IERC165 Use official contract + web3-redux to introspect interface of smart contract. Refactor as a standalone hook instead of it being in the custom useAccount hook.

leovigna commented 2 years ago

Integrate the useSupportsInterface hook from web3-redux