owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

`EventsTable` #125

Closed leovigna closed 2 years ago

leovigna commented 2 years ago

Description

Similar to #124 . A component designed to display a list of event logs (eg. ERC20 Transfers) and decode them.

Features

netanelben commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-125 created! Clone with: git fetch && git checkout --track origin/issue-125 Rebase develop branch changes with: git checkout issue-125 && git rebase develop