web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

Ethereum library, written in Dart.

Results 84 web3dart issues
Sort by recently updated
recently updated
newest added

Hi, does anyone have any fix for this issue? `[WARNING] .dart_tool/build/entrypoint/build.dart:11:8: Error: Error when reading '../../../../flutter/.pub-cache/hosted/pub.dartlang.org/web3dart-2.4.1/lib/src/builder/builders.dart': No such file or directory import 'package:web3dart/src/builder/builders.dart' as _i3; ^ .dart_tool/build/entrypoint/build.dart:30:10: Error: Undefined name...

I want to connect my app wallet to webview link like opensea, uniswap, etc,. and want to access read and write methods of web3 thru javascript, so will you please...

https://www.npmjs.com/package/ethereum-multicall

When the balance is 88992998652472919577, There will be an error in the conversion of balance.getValueInUnit(EtherUnit.wei), but not when using balance.getValueInUnitBI(EtherUnit.wei)。

``` [WARNING] .dart_tool/build/entrypoint/build.dart:15:8: Error: Error when reading '../../../../.pub-cache/hosted/pub.dartlang.org/web3dart-2.4.0/lib/src/builder/builders.dart': No such file or directory import 'package:web3dart/src/builder/builders.dart' as _i8; ^ .dart_tool/build/entrypoint/build.dart:43:45: Error: Undefined name 'abiGenerator'. _i1.apply(r'web3dart:abi_generator', [_i8.abiGenerator], ^^^^^^^^^^^^ .dart_tool/build/entrypoint/build.dart:48:59: Error: Undefined name...

I am trying to get past events (i.e transfer events) from a deployed contract. The autogenerated code is like this: ``` /// Returns a live stream of all Transfer events...

I am using web3dart on Mumbai polygon and I'm using a web3client configured with the appropriate Alchemy link and API. I am able to send transactions using this library, but...