erc20 2.0.0 copy "erc20: ^2.0.0" to clipboard
erc20: ^2.0.0 copied to clipboard

Interface of the ERC20 standard as defined in the EIP-20 Token Standard.

example/lib/example.dart

import 'package:web3dart/web3dart.dart';

import 'package:erc20/erc20.dart';

ERC20 getShibaInu(Web3Client client) {
  final shibaInu = ERC20(
    address:
        EthereumAddress.fromHex('0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce'),
    client: client,
  );

  return shibaInu;
}
7
likes
150
points
269
downloads

Publisher

unverified uploader

Weekly Downloads

Interface of the ERC20 standard as defined in the EIP-20 Token Standard.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

wallet, web3dart

More

Packages that depend on erc20