0xcalldata

Ethereum token standard

ERC-20 calldata

ERC-20 defines the common interface for fungible tokens: balances, transfers, allowances, and optional display metadata.

Every calldata example below contains only a function selector and ABI-encoded inputs. Token amounts are raw integers; use the specific token contract’s decimals when converting a human-readable amount.