Flokiborg Inu
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
41 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FBI | ERC-20 | 211.347218B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15726577 | 2 years ago | | | 0 | 0.0014509089 | |
| 15726503 | 2 years ago | | | 0 | 0.0015900318 | |
| 15726496 | 2 years ago | | | 0 | 0.0015451218 | |
| 15726492 | 2 years ago | | | 0 | 0.0011681015 | |
| 15726429 | 2 years ago | | | 0 | 0.0011395236 | |
| 15701919 | 2 years ago | | | 0 | 0.00029331189 | |
| 15696497 | 2 years ago | | | 0 | 0.00077434243 | |
| 15691640 | 2 years ago | | | 0 | 0.00044371827 | |
| 15691030 | 2 years ago | | | 0 | 0.0010946940 | |
| 15690868 | 2 years ago | | | 0 | 0.00076130116 |
ABI
ABI objects
Getter at block 21207139
_burnFee() view returns (uint8)
0
_buybackFee() view returns (uint8)
0
_liquidityFee() view returns (uint8)
2
_maxTxAmount() view returns (uint256)
300000000000000000000000000000
_maxWalletAmount() view returns (uint256)
300000000000000000000000000000
_name() view returns (string)
Flokiborg Inu
_rewardFee() view returns (uint8)
0
_symbol() view returns (string)
FBI
_tDividendTotal() view returns (uint256)
0
_tTotal() view returns (uint256)
10000000000000000000000000000000
_taxFee() view returns (uint8)
0
_walletCharityFee() view returns (uint8)
0
_walletFee() view returns (uint8)
2
buyBackUpperLimitAmount() view returns (uint256)
1000000000000000000
claimWait() view returns (uint256)
3600
decimals() view returns (uint8)
18
feeWallet() view returns (address)
0x27e469b4c8da1f14365c286f6cabcc3744f02bed
feeWalletCharity() view returns (address)
0x0000000000000000000000000000000000000000
gasForProcessing() view returns (uint256)
300000
geUnlockTime() view returns (uint256)
0
getLastProcessedIndex() view returns (uint256)
0
getNumberOfDividendTokenHolders() view returns (uint256)
0
lastProcessedIndex() view returns (uint256)
0
maxBurnFee() view returns (uint8)
10
maxBuybackFee() view returns (uint8)
10
maxLiqFee() view returns (uint8)
10
maxTaxFee() view returns (uint8)
10
maxWalletFee() view returns (uint8)
10
minMxTxPercentage() view returns (uint8)
1
minMxWalletPercentage() view returns (uint8)
1
minimumTokenBalanceForDividends() view returns (uint256)
1000000000000000000000000000000000000
mintedByMoonDeploy() view returns (bool)
true
name() view returns (string)
Flokiborg Inu
numTokensSellToAddToLiquidity() view returns (uint256)
10000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pcsV2Pair() view returns (address)
0xcc9998eb8cfe15c9cd6d960142c7f12e507071a7
pcsV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
FBI
totalDividendsDistributed() view returns (uint256)
0
totalFees() view returns (uint256)
18747346637143961972147179776
totalSupply() view returns (uint256)
10000000000000000000000000000000
Read-only
_isBlacklisted(address) view returns (bool)
accumulativeDividendOf(address _owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
excludedFromDividends(address) view returns (bool)
getAccountDividendsInfo(address _account) view returns (address account, int256 index, int256 iterationsUntilProcessed, uint256 withdrawableDividends, uint256 totalDividends, uint256 lastClaimTime, uint256 nextClaimTime, uint256 secondsUntilAutoClaimAvailable)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
lastClaimTimes(address) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
withdrawableDividendOf(address _owner) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromDividends(address account)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
process(uint256 gas) returns (uint256, uint256, uint256)
processDividendTracker(uint256 gas)
recoverBEP20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setAllFeePercent(uint8 taxFee, uint8 liquidityFee, uint8 burnFee, uint8 walletFee, uint8 buybackFee, uint8 walletCharityFee, uint8 rewardFee)
setBuybackUpperLimit(uint256 buyBackLimit)
setFeeWallet(address newFeeWallet)
setFeeWalletCharity(address newFeeWallet)
setMaxTxPercent(uint256 maxTxPercent)
setMaxWalletPercent(uint256 maxWalletPercent)
setMinimumTokenBalanceForDividends(uint256 _minimumTokenBalanceForDividends)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletCharityFeeTokenType(bool inBNB)
setWalletFeeTokenType(bool inBNB)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
updateClaimWait(uint256 newClaimWait)
updateGasForProcessing(uint256 newValue)
updatePcsV2Router(address newAddress)
withdrawDividend()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed account, uint256 amount, bool indexed automatic)
ClaimWaitUpdated(uint256 indexed newValue, uint256 indexed oldValue)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(uint256 weiAmount)
ExcludeFromDividends(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint8 decimal, uint256 amountOfTokenWei, uint16 setMxTxPer, uint16 setMxWalletPer, struct ProTokenFeeWallet wallet, address _rewardToken, uint256 _minimumTokenBalanceForDividends, struct ProTokenFee fee, address[] _addrs)
receive()
This contract contains no error objects.