- Network: Binance Smart Chain (BEP20)
- Token Name: WhiteBridge
- Token Symbol: WBAI
- Total Supply: 1,000,000,000 (1 billion)
- Decimals: 18
- Contract Address: 0x635d44F246156ed1080CB470877256c847673f19
- License:
SPDX-License-Identifier: MIT
- Solidity Version:
pragma solidity ^0.8.9;
- The WhiteBridge.sol contract imports the following OpenZeppelin smart-contracts:
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";