オーバーフロー販売でのCAKE.PAD税の仕組み – 例付き
Last updated
Was this helpful?
Was this helpful?
user_allocation = user_deposit_amount / totalAmountPooluser_pay_amount = raisingAmountPool * user_allocationrefund_amount = user_deposit_amount - user_pay_amounttax_amount = fee tier * refund_amount1. Token allocation = user_allocation * totalTokensOffered
2. User tax amount = tax_amount
3. final_refund = refund_amount - tax_amount (if applicable, else = refund_amount)