ERC721DropProxy
Verified contract
Proxy
Active on
Ethereum with 17,548 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
7 additional
variables
Balances ($0.00)
No balances found for "ERC721DropProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156575 | 4 hours ago | | | 0 | 0.00066048482 | |
| 21150053 | a day ago | | | 0 | 0.00054777620 | |
| 21148331 | a day ago | | | 0 | 0.00031461860 | |
| 21108607 | 7 days ago | | | 0 | 0.00023206400 | |
| 21108606 | 7 days ago | | | 0 | 0.00023791480 | |
| 21108606 | 7 days ago | | | 0 | 0.00023791480 | |
| 21108606 | 7 days ago | | | 0 | 0.00023791480 | |
| 21108606 | 7 days ago | | | 0 | 0.00023791480 | |
| 21108606 | 7 days ago | | | 0 | 0.00023791480 | |
| 21108606 | 7 days ago | | | 0 | 0.00023791480 |
ABI
ABI objects
Getter at block 21157725 contractURI() view returns (string) proxiableUUID() view returns (bytes32)
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=0x192ce8267cbab9c3c477d61e85d7f0c5fe3b46af, editionSize=18446744073709551615, royaltyBPS=0, fundsRecipient=0x43793e436e34903a379ff295a4fb0d7a23f93509)
contractVersion() view returns (uint32)
12
factoryUpgradeGate() view returns (address)
0x8da5ac3a39d3b8bcaa1fc15a01506cf4f5e79830
marketFilterDAOAddress() view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
metadataRenderer() view returns (address)
0x192ce8267cbab9c3c477d61e85d7f0c5fe3b46af
name() view returns (string)
Introducing Worldcoin
owner() view returns (address)
0x43793e436e34903a379ff295a4fb0d7a23f93509
saleDetails() view returns (struct IERC721DropSaleDetails)
(false, false, 0, 1690214400, 1690786800, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 1, 14964, 18446744073709551615)
salesConfig() view returns (uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
(publicSalePrice=0, maxSalePurchasePerAddress=1, publicSaleStart=1690214400, publicSaleEnd=1690786800, presaleStart=0, presaleEnd=0, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000)
symbol() view returns (string)
$WLD
totalSupply() view returns (uint256)
14964
zoraERC721TransferHelper() view returns (address)
0x909e9efe4d87d1a6018c2065ae642b6d0447bc91
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)
zoraFeeForAmount(uint256 quantity) view returns (address recipient, uint256 fee)
State-modifying
Events adminMint(address recipient, uint256 quantity) returns (uint256)
adminMintAirdrop(address[] recipients) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
callMetadataRenderer(bytes data) returns (bytes)
finalizeOpenEdition()
grantRole(bytes32 role, address account)
initialize(string _contractName, string _contractSymbol, address _initialOwner, address _fundsRecipient, uint64 _editionSize, uint16 _royaltyBPS, bytes[] _setupCalls, address _metadataRenderer, bytes _metadataRendererInit)
manageMarketFilterDAOSubscription(bool enable)
multicall(bytes[] data) returns (bytes[] results)
purchase(uint256 quantity) payable returns (uint256)
purchasePresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable returns (uint256)
purchasePresaleWithComment(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof, string comment) payable returns (uint256)
purchaseWithComment(uint256 quantity, string comment) 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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
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)
MetadataUpdate(uint256 _tokenId)
MintComment(address indexed sender, address indexed tokenContract, uint256 indexed tokenId, uint256 quantity, string comment)
MintFeePayout(uint256 mintFeeAmount, address mintFeeRecipient, bool success)
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 _logic, bytes _data)
fallback()
receive()
receive()
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()