Burning Man

Verified contract

Active on Ethereum with 97 txns
Deployed by via 0x66d58332 at 20485625
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x279ba8bc5cfafde09f7bc81be46d451360e3e231d32d7507da59b6f22440b6fa
0x1da2873e79d5f3ae0bb939424e66272d7b5535ee74cdf258cb476e36eb92f159
0xeb43b6561c04ab09bf41ebdc85a2a4660652738b403b85c390c85234d425ee0c
0xf9cce0e169b36831cd4ddb90db4eda35fa027d58099482b135523d24ae8c1549
0xba2ff23fd80df8b7964b6c5a2aeec8e951af5017143e0f546e49ae2211398fd5
0x77837dffd003d81449861f7debb8b5a5795391f6c4ea2ffee5e57a6efa38004b
0x11c880bfcfb0ca13ee59c16c9d94c5594bffef75788da49245f5ffa4acf63199
0x9863ff60ac4d1796053e7c14f655bf5c3712ff8952dab0f3b737614516d81750
0x7b413872859802589ed3ca6459ce4f724dc45216c0f2be54491009af927a36f3
0x02bca01bad6d61fae2fa00c1dfe1e8c7aceb1250c2365d8510f732f63526ac89

Functions
Getter at block 20937282
decimals(pure returns (uint8)
18
getAllPending(view returns (uint256)
0
getSwapThresholdAmount(view returns (uint256)
2388
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
autoBurnFees(uint256view returns (uint16)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(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
burn(uint256 value
burnFrom(address accountuint256 value
excludeFromFees(address accountbool isExcluded
marketingAddressSetup(address _newAddress
marketingFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
recoverForeignERC20(address tokenAddressuint256 amount
recoverToken(uint256 amount
renounceOwnership(
setAMM(address AMMbool isAMM
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateSwapThreshold(uint16 _swapThresholdRatio
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
AutoBurnFeesUpdated(uint16 buyFeeuint16 sellFeeuint16 transferFee
AutoBurned(uint256 amount
ExcludeFromFees(address indexed accountbool isExcluded
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
AddressEmptyCode(address target
AddressInsufficientBalance(address account
CannotDepositNativeCoins(address account
CannotExceedMaxTotalFee(uint16 buyFeeuint16 sellFeeuint16 transferFee
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidAMM(address AMM
InvalidAmountToRecover(uint256 amountuint256 maxAmount
InvalidSwapThresholdRatio(uint16 swapThresholdRatio
InvalidTaxRecipientAddress(address account
InvalidToken(address tokenAddress
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token