01Queries token metadata (name, symbol, decimals, total supply).
02Retrieves transaction details by hash.
03Initiates token transfers (returns transaction hash without confirmation).
04Checks native token balance of the current account.
05Deploys new ERC-20 tokens with customizable parameters.
061 GitHub stars