Bonfire
Verified contract
Active on
Ethereum with 1,788 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($249.99)
Native
Value
$249.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.079829 | $3,131.51 |
$249.99 | |
BONFIRE | ERC-20 | 240.411044K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787326 | 2 months ago | | | 0 | 0.00088862200 | |
| 20580467 | 3 months ago | | | 0 | 0.00019778910 | |
| 20493314 | 3 months ago | | | 0 | 0.00017879450 | |
| 20450029 | 4 months ago | | | 0 | 0.00015533814 | |
| 20450018 | 4 months ago | | | 0 | 0.00016905013 | |
| 20450007 | 4 months ago | | | 0 | 0.00017124030 | |
| 20445496 | 4 months ago | | | 0 | 0.00012859416 | |
| 19992514 | 6 months ago | | | 0 | 0.00066579947 | |
| 19906686 | 6 months ago | | | 0 | 0.00012265994 | |
| 19868797 | 6 months ago | | | 0 | 0.00083642371 |
ABI
ABI objects
Getter at block 21227897
_burnShares() view returns (uint256)
4
_buyBurnFees() view returns (uint256)
1
_buyDevFees() view returns (uint256)
4
_buyLiquidityFees() view returns (uint256)
0
_devShares() view returns (uint256)
3
_liquidityShares() view returns (uint256)
1
_maxTxAmount() view returns (uint256)
1000000000000000000000000
_sellBurnFees() view returns (uint256)
1
_sellDevFees() view returns (uint256)
4
_sellLiquidityFees() view returns (uint256)
0
_totalDistributionShares() view returns (uint256)
8
_totalTaxIfBuying() view returns (uint256)
5
_totalTaxIfSelling() view returns (uint256)
5
_walletMax() view returns (uint256)
2000000000000000000000000
burnCapDivisor() view returns (uint256)
10
burnSub1EthCap() view returns (uint256)
100000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
74386799029962597808760006
getStats() view returns (uint256, uint256, uint256)
(24612600970037402191239994, 23829055414120766285, 79829072509604797)
name() view returns (string)
Bonfire
owner() view returns (address)
0xb136bee36f67a90f5b37fa76a7ae7f91a36f34c1
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
BONFIRE
totalBurnRewards() view returns (uint256)
23829055414120766285
totalBurned() view returns (uint256)
24612600970037402191239994
totalSupply() view returns (uint256)
75387399029962597808760006
uniswapPair() view returns (address)
0x16d07efb7bc3a3bdea09f19ec5fb4178e640e089
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkExcludedFromFees(address) view returns (bool)
checkMarketPair(address) view returns (bool)
checkTxLimitExcept(address) view returns (bool)
checkWalletLimitExcept(address) view returns (bool)
State-modifying
Events addMarketPair(address account)
adjustMaxTxAmount(uint256 maxTxAmount)
approve(address spender, uint256 amount) returns (bool)
burnForEth(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyFee(uint256 newLiquidityTax, uint256 newDevTax, uint256 newBurnTax)
setDevMarketingWallet(address newAddress)
setDistributionSettings(uint256 newLiquidityShare, uint256 newDevShare, uint256 newBurnShare)
setNumTokensBeforeSwap(uint256 newLimit)
setSellFee(uint256 newLiquidityTax, uint256 newDevTax, uint256 newBurnTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
setcheckExcludedFromFees(address account, bool newValue)
setcheckTxLimitExcept(address holder, bool exempt)
setcheckWalletLimitExcept(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnedTokensForEth(address account, uint256 burnAmount, uint256 ethRecievedAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.