contract BOB Build On BNB {

string public symbol = "BOB";

address public owner = address(0); // Renounce Ownership - Decentralize

// No transferOwnership function

}