Burning Man
Verified contract
Active on
Ethereum with 99 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 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21390916 | a day ago | | | 0 | 0.00068024252 | |
| 21377995 | 3 days ago | | | 0 | 0.0022048784 | |
| 20497025 | 4 months ago | | | 0 | 0.00019919892 | |
| 20492315 | 4 months ago | | | 0 | 0.00021701854 | |
| 20492310 | 4 months ago | | | 0 | 0.00038301197 | |
| 20492310 | 4 months ago | | | 0 | 0.00022177162 | |
| 20492308 | 4 months ago | | | 0 | 0.00039255593 | |
| 20492305 | 4 months ago | | | 0 | 0.00020682466 | |
| 20492301 | 4 months ago | | | 0 | 0.00020331330 | |
| 20492301 | 4 months ago | | | 0 | 0.00020331330 |
ABI
ABI objects
Getter at block 21398727
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
477
marketingAddress() view returns (address)
0xc2d11390740f1c09f0fb55bf17f66507cd0484d9
name() view returns (string)
Burning Man
owner() view returns (address)
0xc2d11390740f1c09f0fb55bf17f66507cd0484d9
pairV2() view returns (address)
0xef5e0edcb21d281e335448fba0311846123c2ce9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
BURN
totalSupply() view returns (uint256)
1096175114636954497038026
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)
isExcludedFromFees(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)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool isExcluded)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
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)
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)
ExcludeFromFees(address indexed account, bool isExcluded)
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()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
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)
FailedInnerCall()
InvalidAMM(address AMM)
InvalidAmountToRecover(uint256 amount, uint256 maxAmount)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
InvalidToken(address tokenAddress)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)