Dust Bunnies

Verified contract

Active on Ethereum with 493 txns
Deployed by via 0x506fa462 at 16223253
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
--
0x53b3e62905321baacb98209dddd3ef4e1087a600de3ce664694ed703a54e9cc2
0x0baa3e3d19e1a5ff69ac8b7a884c4a169e0078563191e46e98ab5efc628ebf70
0xb60ffa31ef26a7a9754c80a4762b1e150dc5a40888763369bcbf5db26d5d5f5a
0x32efdf27c2769aaecc0d2c4401522163294912b3997f547b42a03304521f2c68
0x6dda583ef70d1bd6954a92337198bc42774c0a1d6b11d921a8be1d17b680fb20
0x5029ec57cf13bc981ea55f9fcc224c1550345fd1785eb8cc44cd2250500477fd
0xa7f306049fb97376c80d521e4dc20563804ca77ab20a067944207dc99094135d
0x290a631bd7908b9b0ae303e9c7aa5dfcfee3184de2ef8eb2f55224d0a02bc56d
0x41f24211d486118518eb5caf8fea0852cc3847030a9f6474484db8737a190a63
0xa6aa617b967f909b6f478820f4b9ffd352a87c35ae8c562da3ad5abc1f4a826c

Functions
Getter at block 21223813
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x8b4b7e99f074a1de5a9f366480952f8e8cf55ec8
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
0
getNumberOfDividendTokenHolders(view returns (uint256)
63
getNumberOfDividends(view returns (uint256)
25399822547795427638978846
limitsInEffect(view returns (bool)
false
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
0
liquiditySellFee(view returns (uint256)
20
lpPercToWithDraw(view returns (uint256)
0
lpWithdrawRequestDuration(view returns (uint256)
259200
lpWithdrawRequestPending(view returns (bool)
false
lpWithdrawRequestTimestamp(view returns (uint256)
0
maxTransactionAmount(view returns (uint256)
1000000000000000000000000
maxWallet(view returns (uint256)
3000000000000000000000000
name(view returns (string)
Dust Bunnies
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
20
operationsSellFee(view returns (uint256)
20
operationsWallet(view returns (address)
0x9ee0edba9c1af81284cf12874c8fa0c96cd1050b
owner(view returns (address)
0x9ee0edba9c1af81284cf12874c8fa0c96cd1050b
rewardsBuyFee(view returns (uint256)
30
rewardsSellFee(view returns (uint256)
30
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
150000000000000000000000
symbol(view returns (string)
DUST
tokensForLiquidity(view returns (uint256)
69086041476043416047082
tokensForOperations(view returns (uint256)
1192604565366292854698875
tokensForRewards(view returns (uint256)
1788906848049439282048312
totalBuyFees(view returns (uint256)
50
totalSellFees(view returns (uint256)
70
totalSupply(view returns (uint256)
100000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
16223538
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0xf0ea95fd420d4075d9f15f75afff996678b29a0c
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
dividendTokenBalanceOf(address accountview returns (uint256)
getAccountDividendsInfo(address accountaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getAccountDividendsInfoAtIndex(uint256 indexaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getTotalDividendsDistributed(address rewardTokenview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
withdrawableDividendOf(address accountaddress rewardTokenview returns (uint256)
State-modifying
addPresaleAddressForExclusions(address _presaleAddress
approve(address spenderuint256 amountreturns (bool)
cancelLPWithdrawRequest(
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(
excludeFromDividends(address account
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
excludeMultipleAccountsFromFees(address[] accountsbool excluded
includeInDividends(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeLimits(returns (bool)
renounceOwnership(
requestToWithdrawLP(uint256 percToWithdraw
setAutomatedMarketMakerPair(address pairbool value
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateSwapEnabled(bool enabled
withdrawRequestedLP(
withdrawStuckEth(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
CanceledLpWithdrawRequest(
DevWalletUpdated(address indexed newWalletaddress indexed oldWallet
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeMultipleAccountsFromFees(address[] accountsbool isExcluded
ExcludedMaxTransactionAmount(address indexed accountbool isExcluded
GasForProcessingUpdated(uint256 indexed newValueuint256 indexed oldValue
OperationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProcessedDividendTracker(uint256 iterationsuint256 claimsuint256 lastProcessedIndexbool indexed automaticuint256 gasaddress indexed processor
RequestedLPWithdraw(
SendDividends(uint256 tokensSwappeduint256 amount
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
WithdrewLPForMigration(
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.