ChainSecurity / deployment_validation

Deployment Validation Files aim to simplify Deployment Validation of Smart Contracts
GNU Affero General Public License v3.0
21 stars 1 forks source link

Refactor Events Representation #40

Open stiefn opened 3 weeks ago

stiefn commented 3 weeks ago

Encode Events like this https://docs.rs/ethers/latest/ethers/core/abi/struct.Event.html

Filter like this: https://docs.rs/ethers/latest/ethers/contract/struct.Event.html

This should make a lot easier to decode events