Smart contract
Contract Flow
MultiTokenBurnPortal allows users to purchase fee on transfer tokens with smaller fees. Managers will create and set discounts and taxes for each fee on transfer tokens.
Contract functions
constructor
Creates contract
buyTokensWithBNB
Swaps BNB for Token and sends them to msg.sender
buyTokensWithERC20
Swaps ERC20 for token and sends them to msg.sender
burnTokens
Burns tokens by sending them to dead wallet
setManager
Sets manager account
setAdminFeeSettings
Sets admin fee and admin fee receiver
addToken
Creates a burn portal for new token
removeToken
Removes token from Burn Portal
setTokenBaseTax
Sets new base tax for the token. Should be called if token tax was updated
setTokenFeeReceiver
Updates fee receiver address for specific token
setTokenDiscounts
Updates discounts for specific token
approveTokenIn
Approves token to be swapped to Portal Token
removeTokenIn
Remove token from the list of approved tokens In
approveRouter
Approves Router address
emergencyWithdrawERC20
Withdraws stuck ERC20 token
emergencyWithdrawBNB
Withdraws stuck BNB
getDiscounts
View function go get discounts list for specific token
getApprovedTokens
View function go get list or approved tokens IN
getApprovedRouters
View function go get list or approved routers
getActiveTokens
View function go get list or active Portal Tokens
getPortalInfo
View function go collect portal info
getManagers
View function to get list or managers
isManager
View function check if address is manager
isApprovedTokenIn
View function go determine if token is approved to be swapped to Portal Token
isApprovedRouter
View function go determine if Router is approved to be used to buy Portal Token
getPersonalDiscount
View function go get personal discount