Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SSR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188095 | 14 days ago | | | 0 | 0.00066049990 | |
| 21177810 | 15 days ago | | | 0 | 0.00091795961 | |
| 21153692 | 19 days ago | | | 0 | 0.00060124181 | |
| 21153059 | 19 days ago | | | 0 | 0.00061071314 | |
| 21148028 | 20 days ago | | | 0 | 0.00038888888 | |
| 21147248 | 20 days ago | | | 0 | 0.0023240608 | |
| 21146931 | 20 days ago | | | 0 | 0.00042682630 | |
| 21146774 | 20 days ago | | | 0 | 0.00061631083 | |
| 21146752 | 20 days ago | | | 0 | 0.0016599416 | |
| 21146713 | 20 days ago | | | 0 | 0.0020218615 |
ABI
ABI objects
Getter at block 21287890
DIVIDEND_TRACKER() view returns (address)
0x64508d6796f3f58cdf359bd1fab13fb0de79bab2
MAX_WALLET() view returns (uint256)
1000000000000000000000000000
TOKEN() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
UNISWAP_PAIR() view returns (address)
0xa946c31e09281610ce09ac4ab463bef0fa949849
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0x0d4468a336c7be106a8a282e199bf12a08568ff1
getClaimWait() view returns (uint256)
900
getLastProcessedIndex() view returns (uint256)
9
getNumberOfDividendTokenHolders() view returns (uint256)
27
getNumberOfDividends() view returns (uint256)
447145845011321115583938497
getTotalDividendsDistributed() view returns (uint256)
371707584896576599
name() view returns (string)
Strategic Shitcoins Reserve
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardSettings() view returns (uint64 gasForProcessing, uint64 percentMagicMoneyPool, uint64 magicMoneyPoolFrequency, uint64 lastMagicMoneyPoolingTime)
(gasForProcessing=80000, percentMagicMoneyPool=1, magicMoneyPoolFrequency=9999999999, lastMagicMoneyPoolingTime=1731113387)
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
SSR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeSwapAmount(uint256 promille)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
includeInDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 steps)
openTrading()
processDividendTracker(uint256 gas)
removeMaxWallet()
renounceOwnership()
setDevelopmentWallet(address newDevelopmentWallet)
setFees(uint256 newFee, uint256 newSellFeeIncrease)
setMagicMoneyPoolSettings(uint64 _frequencyInSeconds, uint64 _percent)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateClaimWait(uint256 newClaimWait)
updateGasForProcessing(uint64 newValue)
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromDividends(address indexed wallet)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
IncludeInDividends(address indexed wallet)
MaxWalletRemoved(uint256 MAX_WALLET)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SendDividends(uint256 indexed tokensSwapped)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.