smolting inu
Verified contract
Active on
Ethereum with 7,049 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
25 additional
variables
Balances ($283.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 193 | $0.999807 |
$192.96 | |
HYPE | ERC-20 | 13.730243K | $0.00656 |
$90.06 | |
SMOL | ERC-20 | 602.720693 | -- | -- | |
SMOL | ERC-20 | 602.720693 | -- | -- | |
SMOL | ERC-20 | 596.753161 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166311 | 21 days ago | | | 0 | 0.0012017611 | |
| 20817795 | 2 months ago | | | 0 | 0.0021595052 | |
| 20079561 | 6 months ago | | | 0 | 0.00042683597 | |
| 19080912 | 10 months ago | | | 0 | 0.00030096344 | |
| 18621177 | a year ago | | | 0 | 0.0098911899 | |
| 18304069 | a year ago | | | 0 | 0.00012216517 | |
| 17985071 | a year ago | | | 0 | 0.00071084464 | |
| 17555420 | a year ago | | | 0 | 0.00029519675 | |
| 17169465 | 2 years ago | | | 0 | 0.0017513995 | |
| 17169451 | 2 years ago | | | 0 | 0.0033671517 |
ABI
ABI objects
Getter at block 21315890
biggestBuyRewardPercentage() view returns (uint256)
250
coinFlipAmountLost() view returns (uint256)
789767130132600356125937
coinFlipAmountWon() view returns (uint256)
711558238295455708643515
coinFlipMinBalancePerc() view returns (uint256)
350
coinFlipWinPercentage() view returns (uint256)
950
coinFlipsLost() view returns (uint256)
2023
coinFlipsWon() view returns (uint256)
2020
decimals() view returns (uint8)
18
getHour() view returns (uint256)
23092
launchTime() view returns (uint256)
1650027577
lpNukeBuildup() view returns (uint256)
373697895178070986662
lpNukeEnabled() view returns (bool)
true
name() view returns (string)
smolting inu
nukePercentPerSell() view returns (uint256)
50
owner() view returns (address)
0xb061b1f2cc40f7d3a887c970bcfe533b0db094eb
sellTaxUnwageredMultiplier() view returns (uint256)
3
symbol() view returns (string)
SMOL
taxBuyer() view returns (uint256)
10
taxLp() view returns (uint256)
20
totalSupply() view returns (uint256)
894048056022085986927671
treasury() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x53f11f4a83a29deb1103d3bd32f5b6d6ff13fb45
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)
canSellWithoutElevation(address) view returns (bool)
coinFlipUserAmountLost(address) view returns (uint256)
coinFlipUserAmountWon(address) view returns (uint256)
coinFlipsUserLost(address) view returns (uint256)
coinFlipsUserWon(address) view returns (uint256)
isBotBlacklisted(address account) view returns (bool)
lastCoinFlipWon(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistBot(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
flipCoin(uint16 _percent)
forgiveBot(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint16 _percent) payable
manualFulfillRandomWords(uint256 requestId, uint256[] randomWords)
manualNukeLpTokens(uint256 _percent)
nukeLpTokenFromBuildup()
payBiggestBuyer(uint256 _hour)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
setBiggestBuyRewardPercentage(uint256 _percent)
setCoinFlipMinBalancePerc(uint256 _percentage)
setCoinFlipWinPercentage(uint256 _percentage)
setIsTaxExcluded(address _wallet, bool _isExcluded)
setLiquifyRate(uint256 _rate)
setLpNukeEnabled(bool _isEnabled)
setNukePercentPerSell(uint256 _percent)
setNukeRecipient(address _recipient)
setSellTaxUnwageredMultiplier(uint256 _mult)
setSwapEnabled(bool _enabled)
setTaxBuyer(uint256 _tax)
setTaxLp(uint256 _tax)
setTaxesOff(bool _areOff)
setTreasury(address _treasury)
setVrfCallbackGasLimit(uint32 _gas)
setVrfSubscriptionId(uint64 _subId)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 value)
InitiatedCoinFlip(address indexed wagerer, uint256 indexed requestId, uint256 amountWagered)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SettledCoinFlip(address indexed wagerer, uint256 indexed requestId, uint256 amountWagered, bool didUserWin)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _vrfCoordinator, uint64 _subscriptionId, address _linkToken, bytes32 _keyHash)
receive()
OnlyCoordinatorCanFulfill(address have, address want)