web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

Ethereum library, written in Dart.

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

I am unable to send a signed transaction. Using infura network. Have a look at my code and error. //building the transaction _txn = await Transaction( from: EthereumAddress.fromHex('$_ownAddress'), to: EthereumAddress.fromHex('$_contractAddress'),...

I am interacting with my deployed smart contract on rinkeby. When I try to dispose the client I got the error message below is the code and the output. ........

So when I make a call on my contract which should revert with an exception, I can see the exception in my console: ``` final client = Web3Client(rpcUrl, Client(), socketConnector:...

Is there any way to get all assets from user address.

# related: ## timeline: - Deflationary Ethereum `EIP-1559` Upgrade Slated for `Aug 4` Deployment. - https://goto.etherscan.com/block/countdown/12965000 - https://www.coindesk.com/ethereum-london-fork-launch-date-august ## EIP-1559: - https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md - https://notes.ethereum.org/@vbuterin/eip-1559-faq ## trust wallet core: - https://github.com/trustwallet/wallet-core/issues/1322...

when websocket connection is closed, "uninstall" method in _FilterEngine throws exception with message from RPC Server "-32000 subscription not found" that stops application and i dont know where we able...

If I understood everything correctly, then in the current implementation we cannot pass the gas price, nonce and other parameters, except for the function arguments when calling the smart contract...

from js package [eth-revert-reason](https://www.npmjs.com/package/eth-revert-reason)