Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x02c0…cb9d
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FROGGY🐸 | ERC-20 | 390K | -- | -- | |
🚀BLOOM | ERC-20 | 299K | -- | -- | |
DRIP | ERC-20 | 299K | -- | -- | |
BRRR | ERC-20 | 0.001131 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20339750 | 2 months ago | | | 0 | 5.8209016e-7 | |
| 18855638 | 3 months ago | | | 0 | 3.5989254e-7 | |
| 18506409 | 3 months ago | | | 0 | 0.0000058202821 | |
| 18456859 | 3 months ago | | | 0 | 3.2348438e-7 | |
| 17185881 | 4 months ago | | | 0 | 6.2697926e-7 | |
| 17107278 | 4 months ago | | | 0 | 9.4841438e-7 | |
| 15237167 | 6 months ago | | | 0 | 0.000000052430880000 | |
| 14721092 | 6 months ago | | | 0 | 0.0000023719724 | |
| 14307248 | 7 months ago | | | 0 | 0.0000020765959 | |
| 14134043 | 7 months ago | | | 0 | 0.0000030863296 |
ABI
ABI objects
Getter at block 22944804
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x02c0d87694142545bff5491fcd5e41ceb019cb9d
getAllFees() view returns (uint256, uint256, uint256, uint256, uint256, uint256)
(50, 40, 10, 0, 50, 40)
getClaimWait() view returns (uint256)
1200
getLastProcessedIndex() view returns (uint256)
0
getNumberOfDividendTokenHolders() view returns (uint256)
123
getNumberOfDividends() view returns (uint256)
358301791062517696653741782
name() view returns (string)
Money Printer
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BRRR
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
whitelistMode() view returns (bool)
false
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getTotalDividendsDistributed(address rewardToken) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
whitelist(address) view returns (bool)
withdrawableDividendOf(address account, address rewardToken) view returns (uint256)
State-modifying
Events FullExempt(address _presaleAddress)
addManyWhitelist(address[] _addresses, bool state)
approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
disableWhiteList()
excludeDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
includeDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openLaunch()
processDividendTracker(uint256 gas)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateClaimWait(uint256 claimWait)
updateGasForProcessing(uint256 newValue)
updateMaxWalletAmount(uint256 newNum)
updateOperationsWallet(address newOperationsWallet)
updateSellFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateSwpEnabled(bool enabled)
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OperationsWalletUpdated(address indexed newWallet, address indexed oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.