BEP20
BEP20 is a token standard on the Binance Smart Chain (BSC) for fungible tokens. It is designed to be compatible with wallets, explorers, and decentralized applications on the Binance Smart Chain, mirroring the ERC-20 standard used on Ethereum. BEP20 defines a common interface that enables tokens to be easily managed and transferred across the BSC ecosystem.
Core functions and metadata define the BEP20 interface. At a minimum, a BEP20 contract implements totalSupply(),
Implementation and deployment on BSC typically involve writing a Solidity smart contract that adheres to the
Interoperability and use on BSC are broad, with BEP20 tokens supported by major wallets and DeFi protocols