ERC721Drop
Verified contract
Implementation
Active on
Ethereum with 7 txns
Storage
Map
Table
Raw
Constants and immutables
22
Slot
XX
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
3 additional
variables
Balances ($0.00)
No balances found for "ERC721Drop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17031153 | 2 years ago | | | 0 | 0.00098382299 | |
| 16471932 | 2 years ago | | | 0 | 0.00097815897 | |
| 16217528 | 2 years ago | | | 0 | 0.00054653232 | |
| 16217516 | 2 years ago | | | 0 | 0.00057672485 | |
| 16212036 | 2 years ago | | | 0 | 0.00068438414 | |
| 16118219 | 2 years ago | | | 0 | 0.00057871065 | |
| 16117966 | 2 years ago | | | 0 | 0.00026571468 |
ABI
ABI objects
Getter at block 21165096 contractURI() view returns (string)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SALES_MANAGER_ROLE() view returns (bytes32)
0x5ebbf78043a2215b522b1366a193ec74dd1f54e441e841a87b9653246a9c49a6
config() view returns (address metadataRenderer, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient)
(metadataRenderer=0x0000000000000000000000000000000000000000, editionSize=0, royaltyBPS=0, fundsRecipient=0x0000000000000000000000000000000000000000)
contractVersion() view returns (uint32)
9
metadataRenderer() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
saleDetails() view returns (struct IERC721DropSaleDetails)
(false, false, 0, 0, 0, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 0, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 0)
salesConfig() view returns (uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
(publicSalePrice=0, maxSalePurchasePerAddress=0, publicSaleStart=0, publicSaleEnd=0, presaleStart=0, presaleEnd=0, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000)
symbol() view returns (string)
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
zoraFeeManager() view returns (address)
0xe666ca2f5ab01a5e8ca19e505b2de3475a39d7d2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address user) view returns (bool)
isApprovedForAll(address nftOwner, address operator) view returns (bool)
mintedPerAddress(address minter) view returns (struct IERC721DropAddressMintDetails)
ownerOf(uint256 tokenId) view returns (address)
presaleMintsByAddress(address) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address recipient, uint256 quantity) returns (uint256)
adminMintAirdrop(address[] recipients) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
finalizeOpenEdition()
grantRole(bytes32 role, address account)
initialize(string _contractName, string _contractSymbol, address _initialOwner, address _fundsRecipient, uint64 _editionSize, uint16 _royaltyBPS, struct IERC721DropSalesConfiguration _salesConfig, address _metadataRenderer, bytes _metadataRendererInit)
manageMarketFilterDAOSubscription(bool enable)
purchase(uint256 quantity) payable returns (uint256)
purchasePresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFundsRecipient(address newRecipientAddress)
setMetadataRenderer(address newRenderer, bytes setupRenderer)
setOwner(address newOwner)
setSaleConfiguration(uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
updateMarketFilterSettings(bytes args) returns (bytes)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
zoraFeeForAmount(uint256 amount) returns (address, uint256)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
FundsReceived(address indexed source, uint256 amount)
FundsRecipientChanged(address indexed newAddress, address indexed changedBy)
FundsWithdrawn(address indexed withdrawnBy, address indexed withdrawnTo, uint256 amount, address feeRecipient, uint256 feeAmount)
OpenMintFinalized(address indexed sender, uint256 numberOfMints)
OwnerCanceled(address indexed previousOwner, address indexed potentialNewOwner)
OwnerPending(address indexed previousOwner, address indexed potentialNewOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Sale(address indexed to, uint256 indexed quantity, uint256 indexed pricePerToken, uint256 firstPurchasedTokenId)
SalesConfigChanged(address indexed changedBy)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedMetadataRenderer(address sender, address renderer)
Upgraded(address indexed implementation)
constructor(address _zoraFeeManager, address _zoraERC721TransferHelper, address _factoryUpgradeGate, address _marketFilterDAOAddress)
receive()
Access_MissingRoleOrAdmin(bytes32 role)
Access_OnlyAdmin()
Access_WithdrawNotAllowed()
Admin_InvalidUpgradeAddress(address proposedAddress)
Admin_UnableToFinalizeNotOpenEdition()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MarketFilterDAOAddressNotSupportedForChain()
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()