BurnerBeacon
Verified contract
Active on
Ethereum with 483 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BURN | ERC-20 | 351.307417K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111956 | a month ago | | | 0 | 0.00019095340 | |
| 21104131 | a month ago | | | 0 | 0.00026165048 | |
| 20931401 | 2 months ago | | | 0 | 0.00048276133 | |
| 20406746 | 5 months ago | | | 0 | 0.000086513600 | |
| 18380434 | a year ago | | | 0 | 0.00030519577 | |
| 18230167 | a year ago | | | 0 | 0.00034367457 | |
| 18151852 | a year ago | | | 0 | 0.00038228347 | |
| 18144342 | a year ago | | | 0 | 0.00068463780 | |
| 18142870 | a year ago | | | 0 | 0.00086979197 | |
| 18099818 | a year ago | | | 0 | 0.00032641845 |
ABI
ABI objects
Getter at block 21412957
_owner() view returns (address)
0x0000000000000000000000000000000000000000
buyTax() view returns (uint256)
3
decimals() view returns (uint8)
18
marketingFeeReceiver() view returns (address)
0x30fcc637dd576de0c78bf56d1afde7240314d4c7
maxTxAmount() view returns (uint256)
1000000000000000000000000
maxWalletBalance() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Burner Beacon
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
3
swapThreshold() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
BURN
totalSupply() view returns (uint256)
100000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x0e4437a49cda157171f0db5b849bbfbc1dc9faf9
Read-only
_authorizations(address) view returns (bool)
_feeExemptions(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setExemptFromFee(address addr, bool value)
setExemptFromMaxTx(address addr, bool value)
setMarketingWallet(address _marketingFeeReceiver)
setMaxWalletAndTxPercent(uint256 _maxWalletPercent, uint256 _maxTxPercent)
setSwapBackSettings(uint256 _amount)
setTaxes(uint256 _buyTax, uint256 _sellTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
fallback()
receive()
MathOverflowedMulDiv()
MaxBalanceExceeded()
NotExternalToken()
PercentOutOfRange()
ReentrancyGuardReentrantCall()
TradingClosed()
TransactionTooLarge()
TransferFailed()
UnknownCaller()