How to buy BMNY?

Investors can buy tokens within the sale period and until the total sold tokens reached the hard cap quantity.

The contract gives two ways to users to buy b-money tokens:

  1. Sending BNB directly to the contract; (fallback function),

2. Using the buy function

1.Sending BNB. directly to the contract; (fallback function),

Make sure that you send BNB from a wallet that supports BEP20 tokens or from an address for which you control the private key: Otherwise you will not be able to interact with the B-Money tokens received. Do not send BNB directly from an exchange to the contract address.

Step 1. Copy the contract address : 0x204bf7a89256b9e550ef715fd8d577dd906a8a91 or scan the qr code below: (metamask can give a warning message but this contract can receive bnb)

Step 2. Make transaction to the contract address, Sending BNB directly doesn't require Web3 wallet, any wallet can do that. Also note that since sending BNB as a normal transaction to the contract does invoke contract's fallback functions, 21000 gas might not be enough. You might need to increase gas limit (not gas price). (Because of the gas price adjustment, it is very highly recommended to use calling buy function.)

Step 3. Do not forget that because the personal cap (500 tokens) you can send maximum 10 bnb. total from one wallet. If you send more than 10 bnb , it rejects the transaction.

After the transaction is mined, you will receive B-Money tokens. If you can not see your tokens in your meta mask wallet, please add token contract to your wallet by using our "how to add tokens to metamask?" document.

2.Calling Buy function;

Step 1. Navigate to https://bscscan.com/address/0x204bf7a89256b9e550ef715fd8d577dd906a8a91#writeContract Step 2. Click on the Connect with Metamask link (as shown on the image below).

Step 3. Confirm by clicking on Connect button on Metamask popup window.

Step 4. Find the Buy method.(as shown on the image below)

Step 5. Enter the BNB amount you want to use, 1 BNB means 50 B-Money tokens. 10 BNB is the total cap of the wallet, click on the Write button.

Step 7. Confirm the transaction in the Meta Mask popup window.

After the transaction is mined, you will receive B-Money tokens. If you can not see your tokens in your metamask wallet, please add token contract to your wallet by using our "how to add tokens to metamask?" document.

Last updated