FearCity721A
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
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
Balances ($0.00)
No balances found for "FearCity721A"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FearCity721A"
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address addr) view returns (uint256)
numberPurchased(address addr) view returns (uint64)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifyClaimMerkleProof(address claimer, uint256 proofMaxQuantity, bytes32[] proofs) view returns (bool validMerkleProof)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint64 quantity, uint256 proofMaxQuantity, bytes32[] proofs) payable
configureAllowListSale(struct FearCity721AAllowListSaleConfig newConfig)
configurePublicSale(struct FearCity721APublicSaleConfig newConfig)
grantRole(bytes32 role, address account)
initialize(string newName, string newSymbol, uint64 newMaxSupply, string newContractURI, string newMetadataBaseURI, bytes newEncryptedMetadataBaseURI, address newTreasury, address newRoyaltyReceiver, uint16 newRoyaltyBps, address teamMintAddress, uint64 teamMintQuantity)
purchase(uint64 quantity) payable
release()
release(uint256 amount)
renounceRole(bytes32 role, address account)
reveal(bytes key) returns (string revealedURI)
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)
setBaseURI(string uri)
setContractURI(string uri)
setEncryptedBaseURI(bytes uri)
setMaxSupply(uint64 newMaxSupply)
setOwner(address newOwner)
setRoyalty(address newRoyaltyReceiver, uint16 newRoyaltyBps)
setTreasury(address newTreasury)
transferFrom(address from, address to, uint256 tokenId)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
AllowListSaleConfigUpdated(struct FearCity721AAllowListSaleConfig oldConfig, struct FearCity721AAllowListSaleConfig newConfig)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
FundsReleased(address to, uint256 amount)
NFTRevealed(string revealedURI)
OwnerUpdated(address prevOwner, address newOwner)
PublicSaleConfigUpdated(struct FearCity721APublicSaleConfig oldConfig, struct FearCity721APublicSaleConfig newConfig)
Purchase(address indexed buyer, uint64 quantity, uint256 startTokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryUpdated(address newAddress, address oldAddress)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()