Burn This

Verified contract

Proxy

Active on Ethereum with 1,298 txns
Deployed by via 0x900d4357 at 17188437
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 2 additional slots
7 additional variables

No balances found for "Burn This"

0x334bb04f41417f3762ea1bb9d7407296e923a24595a10964ed0635bb8afe63b5
0x629e8a1c66966e7eabc0dc09f579f892afe2fd25f5d069b215cc3a0a7e8fff10
0x7bcc8e3b41640e71adbdfe0e9597432133465d93a063e6fa5a170f9e0bfbbb8f
0x2991132e9e0238b2dc3919ed774c41e8d4b64818485caaa8fc45906ebedca09c
0xfb15954bd15037857a516629fed00871f0ef79bc0b947af12c93a305ee1b9c17
0xcc6fa82aad032ebab27ff5c89113bf006a2231a5b6191205e6d207c84abe8e2c
0xed801ef8d9d17509ce219657f3969685c04b8bc97666e2ebf18723762191f3ec
0xe20084432e3d8e637f2c39ff015fc9e0946ac5d9b6995572a94e9cba4f3651ea
0x3350140c717f53c8b82f23e7d0f77a2ddbda535e384f4c0d3e1bca7b93ba5c68
0x6bf78c1154fa727c0b9a4c7ea2821212963597de9784ce9412627b80aa12335b
From

Functions
Getter at block 21278918
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SALES_MANAGER_ROLE(view returns (bytes32)
0x5ebbf78043a2215b522b1366a193ec74dd1f54e441e841a87b9653246a9c49a6
config(view returns (address metadataRendereruint64 editionSizeuint16 royaltyBPSaddress fundsRecipient)
(metadataRenderer=0x192ce8267cbab9c3c477d61e85d7f0c5fe3b46af, editionSize=18446744073709551615, royaltyBPS=500, fundsRecipient=0xd1d1d4e36117ab794ec5d4c78cbd3a8904e691d0)
 
contractURI(view returns (string)
contractVersion(view returns (uint32)
12
factoryUpgradeGate(view returns (address)
0x8da5ac3a39d3b8bcaa1fc15a01506cf4f5e79830
marketFilterDAOAddress(view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
metadataRenderer(view returns (address)
0x192ce8267cbab9c3c477d61e85d7f0c5fe3b46af
name(view returns (string)
Burn This
owner(view returns (address)
0xd1d1d4e36117ab794ec5d4c78cbd3a8904e691d0
 
proxiableUUID(view returns (bytes32)
saleDetails(view returns (struct IERC721DropSaleDetails)
(false, false, 0, 1683205200, 1685883600, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 4294967295, 1265, 18446744073709551615)
salesConfig(view returns (uint104 publicSalePriceuint32 maxSalePurchasePerAddressuint64 publicSaleStartuint64 publicSaleEnduint64 presaleStartuint64 presaleEndbytes32 presaleMerkleRoot)
(publicSalePrice=0, maxSalePurchasePerAddress=4294967295, publicSaleStart=1683205200, publicSaleEnd=1685883600, presaleStart=0, presaleEnd=0, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000)
symbol(view returns (string)
BURN
totalSupply(view returns (uint256)
882
zoraERC721TransferHelper(view returns (address)
0x909e9efe4d87d1a6018c2065ae642b6d0447bc91
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAdmin(address userview returns (bool)
isApprovedForAll(address nftOwneraddress operatorview returns (bool)
mintedPerAddress(address minterview returns (struct IERC721DropAddressMintDetails)
ownerOf(uint256 tokenIdview returns (address)
presaleMintsByAddress(addressview returns (uint256)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
zoraFeeForAmount(uint256 quantityview returns (address recipientuint256 fee)
State-modifying
adminMint(address recipientuint256 quantityreturns (uint256)
adminMintAirdrop(address[] recipientsreturns (uint256)
approve(address touint256 tokenId
burn(uint256 tokenId
callMetadataRenderer(bytes datareturns (bytes)
finalizeOpenEdition(
grantRole(bytes32 roleaddress account
initialize(string _contractNamestring _contractSymboladdress _initialOwneraddress _fundsRecipientuint64 _editionSizeuint16 _royaltyBPSbytes[] _setupCallsaddress _metadataRendererbytes _metadataRendererInit
manageMarketFilterDAOSubscription(bool enable
multicall(bytes[] datareturns (bytes[] results)
purchase(uint256 quantitypayable returns (uint256)
purchasePresale(uint256 quantityuint256 maxQuantityuint256 pricePerTokenbytes32[] merkleProofpayable returns (uint256)
purchasePresaleWithComment(uint256 quantityuint256 maxQuantityuint256 pricePerTokenbytes32[] merkleProofstring commentpayable returns (uint256)
purchaseWithComment(uint256 quantitystring commentpayable returns (uint256)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFundsRecipient(address newRecipientAddress
setMetadataRenderer(address newRendererbytes setupRenderer
setOwner(address newOwner
setSaleConfiguration(uint104 publicSalePriceuint32 maxSalePurchasePerAddressuint64 publicSaleStartuint64 publicSaleEnduint64 presaleStartuint64 presaleEndbytes32 presaleMerkleRoot
transferFrom(address fromaddress touint256 tokenId
updateMarketFilterSettings(bytes argsreturns (bytes)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
BeaconUpgraded(address indexed beacon
FundsReceived(address indexed sourceuint256 amount
FundsRecipientChanged(address indexed newAddressaddress indexed changedBy
FundsWithdrawn(address indexed withdrawnByaddress indexed withdrawnTouint256 amountaddress feeRecipientuint256 feeAmount
MetadataUpdate(uint256 _tokenId
MintComment(address indexed senderaddress indexed tokenContractuint256 indexed tokenIduint256 quantitystring comment
MintFeePayout(uint256 mintFeeAmountaddress mintFeeRecipientbool success
OpenMintFinalized(address indexed senderuint256 numberOfMints
OwnerCanceled(address indexed previousOwneraddress indexed potentialNewOwner
OwnerPending(address indexed previousOwneraddress indexed potentialNewOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Sale(address indexed touint256 indexed quantityuint256 indexed pricePerTokenuint256 firstPurchasedTokenId
SalesConfigChanged(address indexed changedBy
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdatedMetadataRenderer(address senderaddress renderer
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
Access_MissingRoleOrAdmin(bytes32 role
Access_OnlyAdmin(
Access_WithdrawNotAllowed(
Admin_InvalidUpgradeAddress(address proposedAddress
Admin_UnableToFinalizeNotOpenEdition(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExternalMetadataRenderer_CallFailed(
MarketFilterDAOAddressNotSupportedForChain(
MintFee_FundsSendFailure(
MintToZeroAddress(
MintZeroQuantity(
Mint_SoldOut(
ONLY_OWNER(
ONLY_PENDING_OWNER(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
Presale_Inactive(
Presale_MerkleNotApproved(
Presale_TooManyForAddress(
Purchase_TooManyForAddress(
Purchase_WrongPrice(uint256 correctPrice
RemoteOperatorFilterRegistryCallFailed(
Sale_Inactive(
Setup_RoyaltyPercentageTooHigh(uint16 maxRoyaltyBPS
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Withdraw_FundsSendFailure(