smolting inu
Verified contract
Active on
Ethereum with 560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
24 additional
variables
Balances ($130.78)
Native
Value
$130.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04231 | $3,090.93 |
$130.78 | |
SMOL | ERC-20 | 99.160974M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19891449 | 6 months ago | | | 0 | 0.00020424562 | |
| 19212138 | 9 months ago | | | 0 | 0.00056150576 | |
| 19156857 | 9 months ago | | | 0 | 0.00068983204 | |
| 19022208 | 10 months ago | | | 0 | 0.00089706159 | |
| 18954552 | 10 months ago | | | 0 | 0.0015008708 | |
| 18210810 | a year ago | | | 0 | 0.00017598486 | |
| 17525344 | a year ago | | | 0 | 0.00068461197 | |
| 17452401 | a year ago | | | 0 | 0.00042652989 | |
| 17447886 | a year ago | | | 0 | 0.0014630998 | |
| 17443985 | a year ago | | | 0 | 0.00086651019 |
ABI
ABI objects
Getter at block 21211046
biggestBuyRewardPercentage() view returns (uint256)
200
currentBiggestBuyerHour() view returns (uint256)
11132
decimals() view returns (uint8)
18
gameWinSellPenaltyMultiplier() view returns (uint256)
25
gameWinSellPenaltyTimeSeconds() view returns (uint256)
3600
getHour() view returns (uint256)
19066
getMonth() view returns (uint256)
27
lastBiggestBuyerHour() view returns (uint256)
6427
launchTime() view returns (uint256)
1663256447
launchTimeTopHour() view returns (uint256)
1663254000
launchTimeTopMonth() view returns (uint256)
1661990400
lpNukeBuildup() view returns (uint256)
2718841350906871966546
lpNukeEnabled() view returns (bool)
false
maxBuyerRewardBuyPercentage() view returns (uint256)
50
minRakeBackPlayThrough() view returns (uint256)
1000000000000000000000
minTransferForSideEffectsToRecipient() view returns (uint256)
0
name() view returns (string)
smolting inu
nukePercentPerSell() view returns (uint256)
50
owner() view returns (address)
0x98c574473313eac3fc6af9740245949380ec166e
rakeBackPercentage() view returns (uint256)
50
sellTaxUnwageredMultiplier() view returns (uint256)
25
symbol() view returns (string)
SMOL
taxBurn() view returns (uint256)
10
taxBuyer() view returns (uint256)
10
taxLp() view returns (uint256)
20
totalPlayThrough() view returns (uint256)
1691932267729289890697
totalSupply() view returns (uint256)
1000378923315861213751256679
uniswapV2Pair() view returns (address)
0x089a12d55106a13080d64680def09fe532369f3c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
biggestBuyer(uint256) view returns (address)
biggestBuyerAmount(uint256) view returns (uint256)
biggestBuyerPaid(uint256) view returns (uint256)
calculateRakebackAmountToClaim(address _user, uint256 _month) view returns (uint256)
canSellWithoutElevation(address) view returns (bool)
getPlayThroughThisMonth(address _wallet) view returns (uint256)
isBotBlacklisted(address account) view returns (bool)
isGameContract(address) view returns (bool)
isPlayBlacklisted(address) view returns (bool)
lastGameWin(address) view returns (uint256)
userMonthlyPlayThrough(address, uint256) view returns (uint256)
userPlayThrough(address) view returns (uint256)
userPlayThroughClaimed(address, uint256) view returns (uint256)
State-modifying
Events addPlayThrough(address _wallet, uint256 _amountWagered, uint8 _percentContribution)
approve(address spender, uint256 amount) returns (bool)
blacklistBot(address account)
claimRakeBack(uint256 _month)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forgiveBot(address account)
gameBurn(address _wallet, uint256 _amount)
gameMint(address _wallet, uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint16 _percent) payable
manualNukeLpTokens(uint256 _percent)
nukeLpTokenFromBuildup()
renounceOwnership()
setBiggestBuyRewardPercentage(uint256 _percent)
setCanSellWithoutElevation(address _wallet, bool _canSellWithoutElev)
setGameWinSellPenaltyMultiplier(uint256 _mult)
setGameWinSellPenaltyTimeSeconds(uint256 _seconds)
setIsGameContract(address _game, bool _isGame)
setIsPlayBlacklisted(address _wallet, bool _isBlacklisted)
setIsTaxExcluded(address _wallet, bool _isExcluded)
setLiquifyRate(uint256 _rate)
setLpNukeEnabled(bool _isEnabled)
setLpReceiver(address _wallet)
setMaxBuyerRewardBuyPercentage(uint256 _percent)
setMinTransferForSideEffectsToRecipient(uint256 _amount)
setNukePercentPerSell(uint256 _percent)
setNukeRecipient(address _recipient)
setSellTaxUnwageredMultiplier(uint256 _mult)
setSwapEnabled(bool _enabled)
setTaxBurn(uint256 _tax)
setTaxBuyer(uint256 _tax)
setTaxLp(uint256 _tax)
setTaxesOff(bool _areOff)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
AddPlayThrough(address indexed wagerer, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
CanSellWithoutElevation(address indexed wagerer, bool canSellWithoutElev)
GameBurn(address indexed wagerer, uint256 amount)
GameMint(address indexed wagerer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.