FearCity
Verified contract
Proxy
Active on
Ethereum with 6,867 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 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
19 additional
variables
Balances ($0.00)
No balances found for "FearCity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138997 | 3 days ago | | | 0 | 0.00080917915 | |
| 21100809 | 8 days ago | | | 0 | 0.00020010538 | |
| 20908622 | a month ago | | | 0 | 0.00017265750 | |
| 20908621 | a month ago | | | 0 | 0.00017457393 | |
| 20751574 | 2 months ago | | | 0 | 0.00013770810 | |
| 20699444 | 2 months ago | | | 0 | 0.00010352966 | |
| 20574668 | 3 months ago | | | 0 | 0.000038400648 | |
| 20556827 | 3 months ago | | | 0 | 0.00015171578 | |
| 20540423 | 3 months ago | | | 0 | 0.000085446632 | |
| 20508005 | 3 months ago | | | 0 | 0.00012801612 |
ABI
ABI objects
Getter at block 21159591 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowListSaleConfig() view returns (struct FearCity721AAllowListSaleConfig)
(1654300800, 1654387200, 0x36f8ad0367b2406c53ba70ca79d421db9d526f17505eb329a513578cbda5cecd, 77700000000000000)
contractURI() view returns (string)
ipfs://QmbCrc5fiLrw79jpx5Am6DEqjTHkpEpi2Grfx5DgmMiYPs
isRevealed() view returns (bool)
true
maxSupply() view returns (uint256)
3333
name() view returns (string)
FearCity
owner() view returns (address)
0x07b3653f4c6ca17969e487ba65005ec9f293e15b
publicSaleConfig() view returns (struct FearCity721APublicSaleConfig)
(1654387200, 0, 4, 99900000000000000)
shuffleSeed() view returns (uint64)
74
symbol() view returns (string)
FEARCITY
totalSupply() view returns (uint256)
3333
treasury() view returns (address)
0x431862413e3a284a423bb5e639cc631f837043ef
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)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, bytes _data)
fallback()
receive()
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()