four.meme config
Build the exact create payload for a four.meme Tax Token pointed at the FlowX treasury. Hand the JSON to whoever creates the token.
Inputs
Create payload
Description line (must be exact)
Fees to @yourhandle via FlowX
Allocation: recipient 100% · burn / dividend / liquidity 0 · recipient wallet = 0x036c9e50…
Only BNB-quoted Tax Tokens are supported. Keep the raise in BNB (four.meme default). Tokens quoted in USDT/USD1 or other ERC-20s are rejected on purpose so fee accounting stays in BNB.
Loading the live BNB raise config…
{
"name": "My Token",
"shortName": "MTK",
"symbol": "BNB",
"desc": "Fees to @yourhandle via FlowX",
"imgUrl": "<imgUrl from step 3>",
"label": "Meme",
"raisedToken": "<GET /public/config → BNB entry>",
"raisedAmount": "<bnb.totalBAmount>",
"saleAmount": "<bnb.totalAmount * saleRate>",
"totalSupply": "<bnb.totalAmount>",
"tokenTaxInfo": {
"feeRate": 5,
"feeRateSell": 5,
"burnRate": 0,
"divideRate": 0,
"liquidityRate": 0,
"recipientRate": 100,
"recipientAddress": "0x036c9e509c261e5f14BF37181dD0714Bd31F8d87",
"minSharing": 100000
}
}POST the body to /private/token/create, then call TokenManager2.createToken(createArg, signature) on BNB with value = creationFeeWei.
