FlameScape
Verified contract
Active on
Ethereum with 422 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLAME | ERC-20 | 4.005644M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19138895 | 10 months ago | | | 0 | 0.00047992271 | |
| 16403005 | 2 years ago | | | 0 | 0.00043605329 | |
| 16348580 | 2 years ago | | | 0 | 0.00056053275 | |
| 15894667 | 2 years ago | | | 0 | 0.00073070894 | |
| 15872601 | 2 years ago | | | 0 | 0.00029427200 | |
| 15872597 | 2 years ago | | | 0 | 0.00056448920 | |
| 15797804 | 2 years ago | | | 0 | 0.0013650210 | |
| 15783388 | 2 years ago | | | 0 | 0.0012491294 | |
| 15778463 | 2 years ago | | | 0 | 0.0010259692 | |
| 15770343 | 2 years ago | | | 0 | 0.0014498356 |
ABI
ABI objects
Getter at block 21320042
BuyFees() view returns (uint16 liquidityFee, uint16 treasuryFee, uint16 totalFee)
(liquidityFee=20, treasuryFee=50, totalFee=70)
Launch() view returns (uint256 launchBlock, uint8 sniperBlocks, uint256 snipersCaught, bool tradingOpen, bool launchProtection)
(launchBlock=15698473, sniperBlocks=2, snipersCaught=2, tradingOpen=true, launchProtection=false)
LiquiditySettings() view returns (uint256 liquidityFeeAccumulator, uint256 treasuryFees, uint256 numTokensToSwap, uint256 lastSwap, uint8 swapInterval, bool swapEnabled, bool inSwap, bool feesEnabled, bool autoLiquifyEnabled)
(liquidityFeeAccumulator=1205236174349528, treasuryFees=7607409135612053098, numTokensToSwap=3000000000000000, lastSwap=1666785491, swapInterval=5, swapEnabled=true, inSwap=false, feesEnabled=true, autoLiquifyEnabled=true)
MaxFees() view returns (uint16 liquidityFee, uint16 treasuryFee, uint16 totalFee)
(liquidityFee=0, treasuryFee=0, totalFee=100)
SellFees() view returns (uint16 liquidityFee, uint16 treasuryFee, uint16 totalFee)
(liquidityFee=20, treasuryFee=50, totalFee=70)
TransferFees() view returns (uint16 liquidityFee, uint16 treasuryFee, uint16 totalFee)
(liquidityFee=0, treasuryFee=0, totalFee=0)
amountBurned() view returns (uint256 amount)
0
autoLiquidityReceiver() view returns (address)
0x666f28f5c8cf434b8b694b77d772c95e999057ea
cooldownInfo() view returns (bool buycooldownEnabled, bool sellcooldownEnabled, uint8 cooldownLimit, uint8 cooldownTime)
(buycooldownEnabled=true, sellcooldownEnabled=true, cooldownLimit=60, cooldownTime=30)
decimals() view returns (uint8)
9
getTransactionAmounts() view returns (uint256 maxTransaction, uint256 maxWallet, bool transactionLimits)
(maxTransaction=30000000, maxWallet=60000000, transactionLimits=true)
name() view returns (string)
FlameScape
owner() view returns (address)
0x666f28f5c8cf434b8b694b77d772c95e999057ea
pair() view returns (address)
0xa9d81d5ac20a0d12f5357ad64a6a67c6fab3c8f7
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
FLAME
totalSupply() view returns (uint256)
3000000000000000000
treasuryFeeReceiver() view returns (address)
0x666f28f5c8cf434b8b694b77d772c95e999057ea
Read-only
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
banned(address) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events airDropTokens(address[] addresses, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
clearStuckBalance(uint256 amountPercentage)
clearStuckTokens(address _token, address _to) returns (bool _sent)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
limitsInEffect(bool limit)
renounceOwnership(bool keepLimits)
setBuyFees(uint16 _liquidityFee, uint16 _treasuryFee)
setCooldownEnabled(bool buy, bool sell, uint8 _cooldown)
setExemptions(address holder, bool lpHolders, bool feeExempt, bool maxWalletExempt, bool CooldownExempt)
setFeeReceivers(address _autoLiquidityReceiver, address _treasuryFeeReceiver)
setFeesEnabled(bool enabled)
setMaxFees(uint16 _totalFee)
setPair(address pairing, bool lpPair)
setSellFees(uint16 _liquidityFee, uint16 _treasuryFee)
setSwapBackSettings(bool _enabled, bool enabled, uint8 interval, uint256 _amount)
setTransferFees(uint16 _liquidityFee, uint16 _treasuryFee)
setWalletLimits(uint256 percent, uint256 divisor, bool txOrWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklist(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
Launched()
LimitsLifted(bool limits)
OwnershipRenounced()
OwnershipTransferred(address oldOwner, address newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TxLimitUpdated(uint256 amount)
WalletLimitUpdated(uint256 amount)
constructor(string name, string symbol, address lpReceiver, address treasuryReceiver)
receive()
This contract contains no error objects.