FearCity721A

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xe45c15e7 at 14905155
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
15 additional variables

No balances found for "FearCity721A"

No transactions found for "FearCity721A"


Functions
Getter at block 21159591
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowListSaleConfig(view returns (struct FearCity721AAllowListSaleConfig)
(0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 0)
contractURI(view returns (string)
isRevealed(view returns (bool)
false
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
publicSaleConfig(view returns (struct FearCity721APublicSaleConfig)
(0, 0, 0, 0)
shuffleSeed(view returns (uint64)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
treasury(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address addrview returns (uint256)
numberPurchased(address addrview returns (uint64)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
verifyClaimMerkleProof(address claimeruint256 proofMaxQuantitybytes32[] proofsview returns (bool validMerkleProof)
State-modifying
approve(address touint256 tokenId
claim(uint64 quantityuint256 proofMaxQuantitybytes32[] proofspayable 
configureAllowListSale(struct FearCity721AAllowListSaleConfig newConfig
configurePublicSale(struct FearCity721APublicSaleConfig newConfig
grantRole(bytes32 roleaddress account
initialize(string newNamestring newSymboluint64 newMaxSupplystring newContractURIstring newMetadataBaseURIbytes newEncryptedMetadataBaseURIaddress newTreasuryaddress newRoyaltyReceiveruint16 newRoyaltyBpsaddress teamMintAddressuint64 teamMintQuantity
purchase(uint64 quantitypayable 
release(
release(uint256 amount
renounceRole(bytes32 roleaddress account
reveal(bytes keyreturns (string revealedURI)
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string uri
setEncryptedBaseURI(bytes uri
setMaxSupply(uint64 newMaxSupply
setOwner(address newOwner
setRoyalty(address newRoyaltyReceiveruint16 newRoyaltyBps
setTreasury(address newTreasury
transferFrom(address fromaddress touint256 tokenId
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
AllowListSaleConfigUpdated(struct FearCity721AAllowListSaleConfig oldConfigstruct FearCity721AAllowListSaleConfig newConfig
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
FundsReleased(address touint256 amount
NFTRevealed(string revealedURI
OwnerUpdated(address prevOwneraddress newOwner
PublicSaleConfigUpdated(struct FearCity721APublicSaleConfig oldConfigstruct FearCity721APublicSaleConfig newConfig
Purchase(address indexed buyeruint64 quantityuint256 startTokenId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TreasuryUpdated(address newAddressaddress oldAddress
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRevealed(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
EncryptedUriNotSet(
ExceedsPurchaseLimit(
InsufficientSupply(
InsufficientValue(
InvalidAddress(
InvalidAmount(
InvalidClaimProof(
InvalidClaimQuantity(
InvalidSaleConfiguration(
MintPhaseNotActive(
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsNotAdmin(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(