Burning Man
Verified contract
Active on
Ethereum with 880 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 | 22.04K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233546 | 9 days ago | | | 0 | 0.00050973737 | |
| 21220683 | 11 days ago | | | 0 | 0.00048701033 | |
| 21199553 | 14 days ago | | | 0 | 0.00031256019 | |
| 21159163 | 19 days ago | | | 0 | 0.0019088307 | |
| 21159142 | 19 days ago | | | 0 | 0.0020080206 | |
| 21153080 | 20 days ago | | | 0 | 0.00022537693 | |
| 21143093 | 21 days ago | | | 0 | 0.00099355558 | |
| 21072880 | a month ago | | | 0 | 0.00060584007 | |
| 21057878 | a month ago | | | 0 | 0.00046754944 | |
| 20930990 | 2 months ago | | | 0 | 0.00055504728 |
ABI
ABI objects
Getter at block 21296821
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
3769659864178568062679
marketingAddress() view returns (address)
0xa767e41b95e1ad6d71d9aa57a35044a521cc8b33
maxBuyAmount() view returns (uint256)
1111949000000000000000000
name() view returns (string)
Burning Man
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x66a198fa23452fd7b6cb071d02083fbbd37d5adf
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
BURN
totalSupply() view returns (uint256)
1014000063802659535841624
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
autoBurnFees(uint256) view returns (uint16)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
autoBurnFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
blacklist(address account, bool isBlacklisted)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoBurnFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
AutoBurned(uint256 amount)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
CannotExceedMaxTransactionAmount(uint256 maxAmount)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidAMM(address AMM)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
MaxTransactionAmountTooLow(uint256 maxAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransactionBlacklisted(address from, address to)