Burn2Earn
Verified contract
Active on
Ethereum with 1,391 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8805…bbc1
14 additional
variables
Balances ($62.33)
Native
Value
$62.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017379 | $3,586.18 |
$62.33 | |
bERN | ERC-20 | 66.521423K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20705381 | 3 months ago | | | 0 | 0.000066124092 | |
| 20393507 | 4 months ago | | | 0 | 0.000035069638 | |
| 19332282 | 9 months ago | | | 0 | 0.0025930534 | |
| 19029398 | 10 months ago | | | 0 | 0.0029558424 | |
| 19021940 | 10 months ago | | | 0 | 0.00079363466 | |
| 18679296 | a year ago | | | 0 | 0.0027120293 | |
| 18468375 | a year ago | | | 0 | 0.00041709986 | |
| 18468334 | a year ago | | | 0 | 0.00037911941 | |
| 18460038 | a year ago | | | 0 | 0.00033010953 | |
| 18423338 | a year ago | | | 0 | 0.00085528922 |
ABI
ABI objects
Getter at block 21295214
_b2EShares() view returns (uint256)
4
_buyB2EFees() view returns (uint256)
2
_buyDevFees() view returns (uint256)
1
_buyLiquidityFees() view returns (uint256)
1
_devShares() view returns (uint256)
3
_liquidityShares() view returns (uint256)
1
_maxTxAmount() view returns (uint256)
1000000000000000000000000
_sellB2EFees() view returns (uint256)
2
_sellDevFees() view returns (uint256)
1
_sellLiquidityFees() view returns (uint256)
1
_totalDistributionShares() view returns (uint256)
8
_totalTaxIfBuying() view returns (uint256)
4
_totalTaxIfSelling() view returns (uint256)
4
_walletMax() view returns (uint256)
1000000000000000000000000
b2eCapDivisor() view returns (uint256)
10
b2eSub1EthCap() view returns (uint256)
100000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
86917267000000000000000000
getStats() view returns (uint256, uint256, uint256)
(13082733000000000000000000, 9590483114532134433, 17379290281539316)
name() view returns (string)
Burn2Earn
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
bERN
totalBurnRewards() view returns (uint256)
9590483114532134433
totalBurned() view returns (uint256)
13082733000000000000000000
totalSupply() view returns (uint256)
86917267000000000000000000
uniswapPair() view returns (address)
0xd5622e83cdd1cf2bda7e3386604be6b18f06be1d
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)
burn2Earn(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 newB2ETax)
setDevMarketingWallet(address newAddress)
setDistributionSettings(uint256 newLiquidityShare, uint256 newDevShare, uint256 newB2EShare)
setNumTokensBeforeSwap(uint256 newLimit)
setSellFee(uint256 newLiquidityTax, uint256 newDevTax, uint256 newB2ETax)
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)
BurnedAndEarned(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.