MyFrenToken

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x3119dab0 at 7358933
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
17 additional variables

No balances found for "MyFrenToken"

No transactions found for "MyFrenToken"


Functions
Getter at block 21862288
blacklistRenounced(view returns (bool)
false
buyLiquidityFee(view returns (uint256)
0
buyRevShareFee(view returns (uint256)
0
buyTeamFee(view returns (uint256)
0
buyTotalFees(view returns (uint256)
0
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
limitsInEffect(view returns (bool)
false
maxTransactionAmount(view returns (uint256)
0
maxWallet(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
preMigrationPhase(view returns (bool)
false
revShareWallet(view returns (address)
0x0000000000000000000000000000000000000000
sellLiquidityFee(view returns (uint256)
0
sellRevShareFee(view returns (uint256)
0
sellTeamFee(view returns (uint256)
0
sellTotalFees(view returns (uint256)
0
swapEnabled(view returns (bool)
false
swapTokensAtAmount(view returns (uint256)
0
symbol(view returns (string)
teamWallet(view returns (address)
0x0000000000000000000000000000000000000000
tokensForLiquidity(view returns (uint256)
0
tokensForRevShare(view returns (uint256)
0
tokensForTeam(view returns (uint256)
0
totalSupply(view returns (uint256)
0
tradingActive(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isBlacklisted(address accountview returns (bool)
isExcludedFromFees(address accountview returns (bool)
preMigrationTransferrable(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
blacklist(address _addr
blacklistLiquidityPool(address lpAddress
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(
removeLimits(returns (bool)
renounceBlacklist(
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
setPairAddress(address _pair
setPreMigrationTransferable(address _addrbool isAuthorized
setRouterAddress(address _router
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
unblacklist(address _addr
updateBuyFees(uint256 _revShareFeeuint256 _liquidityFeeuint256 _teamFee
updateMaxTxnAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateRevShareWallet(address newRevShareWallet
updateSellFees(uint256 _revShareFeeuint256 _liquidityFeeuint256 _teamFee
updateSwapEnabled(bool enabled
updateSwapTokensAtAmount(uint256 newAmountreturns (bool)
updateTeamWallet(address newWallet
withdrawStuckEth(address toAddr
withdrawStuckToken(address _tokenaddress _to
withdrawStuckUnibot(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
UpdateUniswapV2Router(address indexed newAddressaddress indexed oldAddress
revShareWalletUpdated(address indexed newWalletaddress indexed oldWallet
teamWalletUpdated(address indexed newWalletaddress indexed oldWallet
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.