Surreal World Drop

Unverified contract

Proxy

Active on Base with 2 txns
Deployed by via 0x963c003c at 19979280
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 999 additional slots

No balances found for "Surreal World Drop"

0x49eddb35581e3d943d4d945705bd9b2bd174f0a349087f28f4a50044cec3e249
0x59b9f3e6d1a120d3fe88d4739fe53b757498a45a1d3058a0a75b1097deb6e596

Functions
Getter at block 22437821
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseURI(view returns (string uri)
ipfs://QmWJuEEAeoZey7u5oQam4TtbTrAiUJbtoRNVo6URGneK5e/
getNFTCollectionType(view returns (string collectionType)
NFT Drop Collection
getSupplyLock(view returns (address supplyLockHolderuint256 supplyLockExpiration)
(supplyLockHolder=0x0000000000000000000000000000000000000000, supplyLockExpiration=0)
isRevealed(view returns (bool revealed)
true
latestTokenId(view returns (uint32)
161
maxTokenId(view returns (uint32)
930
name(view returns (string)
Surreal World Drop
numberOfTokensAvailableToMint(view returns (uint256 count)
769
owner(view returns (address)
0x8254f11ac686280e131baef3c73e7d5ea8eefbbb
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWD
totalSupply(view returns (uint256 supply)
161
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getFeeBps(uint256pure returns (uint256[] royaltiesInBasisPoints)
getFeeRecipients(uint256 tokenIdview returns (address[] recipients)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoyalties(uint256 tokenIdview returns (address[] recipientsuint256[] royaltiesInBasisPoints)
getTokenCreatorPaymentAddress(uint256 tokenIdview returns (address creatorPaymentAddress)
hasRole(bytes32 roleaddress accountview returns (bool accountHasRole)
isAdmin(address accountview returns (bool approved)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMinter(address accountview returns (bool approved)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool isSupported)
tokenCreator(uint256view returns (address creator)
tokenURI(uint256 tokenIdview returns (string uri)
State-modifying
acceptOwnership(
approve(address touint256 tokenId
burn(uint256 tokenId
grantAdmin(address account
grantMinter(address account
grantRole(bytes32 roleaddress account
initialize(struct INFTDropCollectionInitializerNFTDropCollectionInitializeParams params
mintCountTo(uint16 countaddress toreturns (uint256 firstTokenId)
minterAcquireSupplyLock(uint256 expiration
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
reveal(string baseURI_
revokeAdmin(address account
revokeMinter(address account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
selfDestruct(
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMaxTokenId(uint32 _maxTokenId
updatePreRevealContent(string baseURI_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
Initialized(uint64 version
MaxTokenIdUpdated(uint256 indexed maxTokenId
MetadataUpdate(uint256 tokenId
MinterAcquireSupplyLock(address indexed supplyLockuint256 supplyLockExpiration
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
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
SelfDestruct(address indexed operator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
URIUpdated(string baseURIbool isRevealed
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AdminRole_Caller_Does_Not_Have_Admin_Role(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
InvalidInitialization(
InvalidShortString(
LazyMintedCollection_Mint_Count_Must_Be_Greater_Than_Zero(
MinterRole_Caller_Does_Not_Have_Minter_Or_Admin_Role(
NFTDropCollection_Exceeds_Max_Token_Id(uint256 maxTokenId
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
RevealableCollection_Already_Revealed(
SelfDestructibleCollection_Minted_NFTs_Must_Be_Burned_First(uint256 totalSupply
StringTooLong(string str
StringsLibrary_Required_String_Is_Empty(
SupplyLock_Action_Disallowed_While_Supply_Is_Locked(uint256 supplyLockExpiration
SupplyLock_Caller_Is_Not_Supply_Lock_Holder(address supplyLockHolderuint256 supplyLockExpiration
SupplyLock_Existing_Lock_Has_Already_Expired(
SupplyLock_Expiration_Time_In_The_Past(
SupplyLock_Expiration_Time_Too_Far_In_The_Future(uint256 maxExpiration
TokenLimitedCollection_Max_Token_Id_May_Not_Be_Cleared(uint256 currentMaxTokenId
TokenLimitedCollection_Max_Token_Id_May_Not_Increase(uint256 currentMaxTokenId
TokenLimitedCollection_Max_Token_Id_Must_Be_Greater_Than_Current_Minted_Count(uint256 currentMintedCount
TokenLimitedCollection_Max_Token_Id_Must_Not_Be_Zero(