Baby Floki
Verified contract
Active on
Ethereum with 436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BABYFLOKI | ERC-20 | 4.224843T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276897 | 17 days ago | | | 0 | 0.00050265934 | |
| 21222692 | 25 days ago | | | 0 | 0.0010052590 | |
| 21211869 | a month ago | | | 0 | 0.00077670134 | |
| 21202704 | a month ago | | | 0 | 0.00085832566 | |
| 21202699 | a month ago | | | 0 | 0.00087891825 | |
| 21196088 | a month ago | | | 0 | 0.0011996650 | |
| 21196048 | a month ago | | | 0 | 0.0010837249 | |
| 21195487 | a month ago | | | 0 | 0.0012705074 | |
| 21148588 | a month ago | | | 0 | 0.00042723657 | |
| 20972186 | 2 months ago | | | 0 | 0.0014530746 |
ABI
ABI objects
Getter at block 21401726
antiWhaleInfo() view returns (bool _limitsInEffect, bool _trasnferDelayEnabled, uint256 _maxWallet, uint256 _maxTx)
(_limitsInEffect=false, _trasnferDelayEnabled=true, _maxWallet=30000000000000000000000000000000, _maxTx=20000000000000000000000000000000)
burnInfo() view returns (bool _burnEnabled, uint256 _lastSync)
(_burnEnabled=true, _lastSync=1710274619)
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x1789c1b9fe1225c89d240c4732060a5fa930e84b
feeRates() view returns (uint256 _totalBuyFee, uint256 _buyMarketingFee, uint256 _buyLPFee, uint256 _buyDevelopmentFee, uint256 _totalSellFee, uint256 _sellMarketingFee, uint256 _sellLpFee, uint256 _sellDevelopmentFee, uint256 _totalTransferFee, uint256 _transferMarketingFee, uint256 _transferLpFee, uint256 _transferDevelopmentFee)
(_totalBuyFee=0, _buyMarketingFee=0, _buyLPFee=0, _buyDevelopmentFee=0, _totalSellFee=0, _sellMarketingFee=0, _sellLpFee=0, _sellDevelopmentFee=0, _totalTransferFee=0, _transferMarketingFee=0, _transferLpFee=0, _transferDevelopmentFee=0)
feeReceivers() view returns (address _autoLPReceiver, address _MarketingReceiver, address _devReceiver)
(_autoLPReceiver=0x000000000000000000000000000000000000dead, _MarketingReceiver=0xac0ab5ce9c8adf6764e3e99b45908b2dd3bf9473, _devReceiver=0x327e42019d2279ebbf84da3d64a61193b7f1a287)
name() view returns (string)
Baby Floki
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapbackInfo() view returns (bool _swapbackEnabled, uint256 _swapBackValueMin, uint256 _swapBackValueMax)
(_swapbackEnabled=true, _swapBackValueMin=10000000000000000000000000000000, _swapBackValueMax=1000000000000000000000000000000000)
symbol() view returns (string)
BABYFLOKI
totalSupply() view returns (uint256)
1000000000000000000000000000000000
tradingOn() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkAddressPermissions(address _target) view returns (bool _isFeeExempt, bool _isTxLimitExempt, bool _automatedMarketMakerPairs)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearLimits()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _DevelopmentFee)
setDevWallet(address newWallet)
setLPWallet(address newWallet)
setMarketingWallet(address newWallet)
setSellFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _DevelopmentFee)
setSwapBackSettings(bool _enabled, uint256 _min, uint256 _max)
setTransferFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _DevelopmentFee)
setTxLimit(uint256 newNum)
setWalletLimit(uint256 newNum)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address theDeployer)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeeUpdated(uint256 totalBuyFee, uint256 buyMarketingFee, uint256 buyLPFee, uint256 buyDevelopmentFee)
DisabledTransferDelay(uint256 indexed timestamp)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
LimitsRemoved(uint256 indexed timestamp)
MarketingReceiverUpdated(address indexed newWallet, address indexed oldWallet)
MaxTxUpdated(uint256 maxTx)
MaxWalletUpdated(uint256 maxWallet)
OwnershipTransferred(address indexed previousOwner, address indexed theDeployer)
SellFeeUpdated(uint256 totalSellFee, uint256 sellMarketingFee, uint256 sellLpFee, uint256 sellDevelopmentFee)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapbackSettingsUpdated(bool enabled, uint256 swapBackValueMin, uint256 swapBackValueMax)
TradingEnabled(uint256 indexed timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFeeUpdated(uint256 totalTransferFee, uint256 transferMarketingFee, uint256 transferLpFee, uint256 transferDevelopmentFee)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
devReceiverUpdated(address indexed newWallet, address indexed oldWallet)
lpReceiverUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.