Burning Man

Verified contract

Active on Ethereum with 867 txns
Deployed by via 0xaf9d1fda at 20495464
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xdd369584d0c11c63b36b65a8f31695b64489d8911723ea30c3bb858c8933cb31
0x913c1f78ef90d0faa1d54c682e1240f12a3284af3195684e028fb77dc24a8124
0x38fa95239668149d7cf04576255eeb070d82d49cff35fe113a8c7babad25ae91
0xcecaddb3c4bd841aa29b035fae5ff00d241f8316b715aeb77d55d77ed408aef5
0xf30c04c841409345c3854a2ec2a6cfbe6b4092b5f34e6799d9862bfa92349ea6
0xf7b0b31ff7bcca1c2dd0b0c14a5b941b0dfd14172bd7ccc14f1cdc369572d588
0x489f5e673a0f15658c582dc305b42f0c98b25fa98c89c88762bf37d5ef124e11
0x312d6fd8ff09f47dd4eee67713292d7db8e9dd7bf4666bb3b051001c86b0bc35
0x39c1a01cf23b008063974ba117e9a0ecd322faf64090c62cbbf6a8cdb4fe4769
0x6f6096f6d67faa687f4e25b943751e7fbbeffbc5f3ef57ff602f56a3f3e1a2bf

Functions
Getter at block 20857164
decimals(pure returns (uint8)
18
getAllPending(view returns (uint256)
0
getSwapThresholdAmount(view returns (uint256)
3670553312270740980584
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)
1019948372577681252226184
Read-only
AMMs(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
autoBurnFees(uint256view returns (uint16)
balanceOf(address accountview returns (uint256)
blacklisted(addressview returns (bool)
isExcludedFromFees(addressview returns (bool)
isExcludedFromLimits(addressview returns (bool)
marketingFees(uint256view returns (uint16)
totalFees(uint256view returns (uint16)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
autoBurnFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
blacklist(address accountbool isBlacklisted
burn(uint256 value
burnFrom(address accountuint256 value
excludeFromFees(address accountbool isExcluded
excludeFromLimits(address accountbool isExcluded
marketingAddressSetup(address _newAddress
marketingFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
renounceOwnership(
setAMM(address AMMbool isAMM
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateMaxBuyAmount(uint256 _maxBuyAmount
updateSwapThreshold(uint16 _swapThresholdRatio
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
AutoBurnFeesUpdated(uint16 buyFeeuint16 sellFeeuint16 transferFee
AutoBurned(uint256 amount
BlacklistUpdated(address indexed accountbool isBlacklisted
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeFromLimits(address indexed accountbool isExcluded
MaxBuyAmountUpdated(uint256 maxBuyAmount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
SwapThresholdUpdated(uint16 swapThresholdRatio
Transfer(address indexed fromaddress indexed touint256 value
WalletTaxAddressUpdated(uint8 indexed idaddress newAddress
WalletTaxFeesUpdated(uint8 indexed iduint16 buyFeeuint16 sellFeeuint16 transferFee
WalletTaxSent(uint8 indexed idaddress recipientuint256 amount
Constructor
constructor(
Fallback and receive
receive(
Errors
CannotDepositNativeCoins(address account
CannotExceedMaxTotalFee(uint16 buyFeeuint16 sellFeeuint16 transferFee
CannotExceedMaxTransactionAmount(uint256 maxAmount
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidAMM(address AMM
InvalidSwapThresholdRatio(uint16 swapThresholdRatio
InvalidTaxRecipientAddress(address account
MaxTransactionAmountTooLow(uint256 maxAmountuint256 limit
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransactionBlacklisted(address fromaddress to