火竜

Verified contract

Active on Ethereum with 291 txns
Deployed by via 0xfd5d74a2 at 15449735
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
20 additional variables
Native
Value $42.29
ERC-20
--
ERC-20
--
0xf170ef46b1db116798625c8499f3dd2f6a20186bd10dc5c1104649106da27945
0xe5891fc44f83c202845ef8ceb6a2f1da1a9d7ba8a89e005e3104e0bf5f68849f
0x61e52725bcf579a9ff75157f12bfc1ad8907ea7631c97dc572feb01fa5652145
0xab05b28fb22bdbfb43673041dfba7aef4cedf4c4e9ee7e7872b9ff5b14ff8852
0x0f1db679e891dfd1d9f7ec2b3c978447bc76cd7b6eee6352338c4933c16b6a2c
0xf886bc9e3a6a789975d8565a99348c246deeed05c7eac671fd4e1ae232c3085f
0x539efa3ed53a0f92bb89c17de52c6a582bb2fbabdbc6601d22cda5aea0c3db00
0xf32c3f4c368d2641d304956033278a3e9cfa54225a2e770e220005344bfbf014
0x0222634f3e13963b2627b1e28ab0fab0bda6d343e875532b16378778e308c485
0x6b50726759d97919071b0a99bc29253fe6d56f95a99ac81cd5fc0fa790cfcec0

Functions
Getter at block 20867421
FEE_DENOMINATOR(view returns (uint256)
10000
blockForPenaltyEnd(view returns (uint256)
15643175
botsCaught(view returns (uint256)
0
buyLiquidityFee(view returns (uint256)
0
buyLotteryFee(view returns (uint256)
0
buyOperationsFee(view returns (uint256)
400
buyTotalFees(view returns (uint256)
400
decimals(view returns (uint8)
18
dexRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect(view returns (bool)
false
getPurchaseAmount(view returns (uint256)
13751644035045240417357665
lastBurnTimestamp(view returns (uint256)
1664538959
limitsInEffect(view returns (bool)
false
lotteryEnabled(view returns (bool)
false
lpPair(view returns (address)
0x199f243c05c32755e7bdfa81a2d38944fef3c93e
maxBuyAmount(view returns (uint256)
10000000000000000000000000
maxSellAmount(view returns (uint256)
10000000000000000000000000
maxWalletAmount(view returns (uint256)
20000000000000000000000000
minBuyAmount(view returns (uint256)
100000000000000000
minBuyEnforced(view returns (bool)
true
name(view returns (string)
火竜
nextLotteryTime(view returns (uint256)
1664506739
owner(view returns (address)
0x76b961fb994de6144815de7a7fcfc35e7fd8ac27
percentForLottery(view returns (uint256)
100
sellLiquidityFee(view returns (uint256)
0
sellLotteryFee(view returns (uint256)
0
sellOperationsFee(view returns (uint256)
400
sellTotalFees(view returns (uint256)
400
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
250000000000000000000000
symbol(view returns (string)
Hiryū
timeBetweenLotteries(view returns (uint256)
1800
tokensForLiquidity(view returns (uint256)
0
tokensForLottery(view returns (uint256)
0
tokensForOperations(view returns (uint256)
222221197706870731227789
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15643174
Read-only
_isExcludedFromFees(addressview returns (bool)
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isWalletLotteryEligible(address accountview returns (bool)
restrictedWallet(addressview returns (bool)
State-modifying
airdropToWallets(address[] walletsuint256[] amountsInTokens
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(uint256 blocksForPenalty
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
forceSwapBack(
increaseAllowance(address spenderuint256 addedValuereturns (bool)
manageRestrictedWallets(address[] walletsbool restricted
removeLimits(
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
setLotteryEnabled(bool enabled
setMinBuyEnforced(bool enforced
setOperationsAddress(address _operationsAddress
splitAndBurnLiquidity(uint256 percent
transfer(address recipientuint256 amountreturns (bool)
transferForeignToken(address _tokenaddress _toreturns (bool _sent)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _liquidityFeeuint256 _lotteryFee
updateLotteryTimeCooldown(uint256 timeInMinutes
updateMaxBuyAmount(uint256 newNum
updateMaxSellAmount(uint256 newNum
updateMaxWallet(uint256 newNum
updateMinBuyToTriggerReward(uint256 minBuy
updatePercentForLottery(uint256 percent
updateSellFees(uint256 _operationsFeeuint256 _liquidityFeeuint256 _lotteryFee
updateSwapTokensAtAmount(uint256 newAmount
updateTradingActive(bool active
withdrawStuckETH(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BuyBackTriggered(uint256 amount
CaughtBot(address sniper
EnabledTrading(
ExcludeFromFees(address indexed accountbool isExcluded
LotteryTriggered(uint256 indexed amountaddress indexed wallet
MaxTransactionExclusion(address _addressbool excluded
OwnerForcedSwapBack(uint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RemovedLimits(
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
Transfer(address indexed fromaddress indexed touint256 value
TransferForeignToken(address tokenuint256 amount
UpdatedMaxBuyAmount(uint256 newAmount
UpdatedMaxSellAmount(uint256 newAmount
UpdatedMaxWalletAmount(uint256 newAmount
UpdatedOperationsAddress(address indexed oldWalletaddress indexed newWallet
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.