xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

deployed_contract.dart event(String name) cause an error When an event with the same name exists in the abi.json file #101

Open junixapp opened 1 year ago

junixapp commented 1 year ago

this contract abi.json has same event name;

https://goerli.etherscan.io/token/0x326c977e6efc84e512bb9c30f76e30c160ed06fb?a=0x4441a4316ae770B8373267CAA23FcF2ba1fCb7B2#code

image

inveker commented 1 year ago

@li-xiaojun Hello, I didn't see your question as it's more related to a different package and I didn't get a notification. I solved your question - now the library web3dart_builders can work with event overloading. Update the web3dart_builders dependency to version 0.0.7 Can you test the new version and report the results?