Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(abigen): support event id in filter (#12697)
support abigen with xxxEventID() in Filter. After this pr the abigen will generate one more method with each event of Filter: ```go func (_ERC20 *ERC20Filterer) TransferEventID() libcommon.Hash { return libcommon.HexToHash("0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef") } ```
- Loading branch information