PadB just born 👇https://bscscan.com/address/0xF3606E68C5A600dE7f15C2a143976B1D5394bca6 (Max Total Supply 100M and burnable) 🚀

[As we promised to our #community, no team token allocated from the start☕] 🦸

Also check #PadBSale Contact 👇

https://bscscan.com/address/0x4739Dabf137A7367Bd042aC3c2DF1c80228a1be3

In the BlendPadSale contract, team tokens are minted as 10% of the tokens sold during each purchase. Here's the specific code responsible for minting team tokens:uint256 _teamTokens = coinsToBeMinted.mul(10).div(100); // 10% blendPadToken. mint(_teamTokens);This means that for every token sold, 10% additional tokens are minted for the team. To determine the total number of team tokens, you would need to know the total number of tokens sold during the sale. Here's a step-by-step calculation approach:Total Tokens Sold: Calculate the total tokens sold during all stages. Total Team Tokens: 10% of the total tokens sold.For example, let's assume the following token sales:

Stage 1: 25,000,000

Stage 2: 15,000,000

Stage 3: 10,000,000

Calculation Total Tokens Sold: [ 25,000,000 + 15,000,000 + 10,000,000 = 50,000,000 ]Total Team Tokens (10% of Tokens Sold): [ 50,000,000 \times 0.10 = 5,000,000 ]Therefore, if all tokens in each stage are sold, the team would have Max 5,000,000 $PadB