Hall Pass

Verified contract

Active on Ethereum with 3,862 txns
Deployed by via 0x925fa7fd at 15157107
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Hall Pass"

0x6c112d71045d0ffddc9e06491235690ab283cb13255fec4f6548f45c99f7087c
From
0x615f09c803498087fc654e5371da4cbdf18b27eb45e6ba78d1e5dfe5bdef54b5
0x36e345360efa9e43a11f3fee4b2034058d4fbbf0a0a4a809899932700fae4afa
0x910280a0baea04cfae7057b9e2a7d193b3ab4ff714a49164cde159997e6cf5c4
0x38f5f7f3f3fcae23572e646a2bec907378aabf91df43b07ddefd9b13cf5ae507
0xec8813f451c8c04df89942c596264b8a08b98abbcc70e26a2dbd16200a072978
0xa53f6fd13483ce9afb0303505a32cf4556ba5a114a1b8f853bddb5eca47469ad
0x64bcb0c6100c15832b28824a3caa419129be77c271f01d7e299bc88f3160ba5e
0x9c7410a14d9fe2e7d5cdcb4a2ece5eee3b5a6c1e3460814237432c8e5bfda99c
0xdc7caf75c921a43792a33b995bc00cd6dc22408ba0d1d07aecb8fbea3234c00b

Functions
Getter at block 20860747
asm(view returns (address)
0x8513db429f5fb564f473fd2e5c523fae33331aa5
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
iasm(view returns (address)
0x8513db429f5fb564f473fd2e5c523fae33331aa5
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
2500
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Hall Pass
owner(view returns (address)
0x6dfc8b7ccfe3ff1407d5cb90ac3ae666ba5eee20
paused(view returns (bool)
true
purgatory(view returns (address)
0x000000000000000000000000000000000000dead
revealed(view returns (bool)
true
symbol(view returns (string)
HP
totalSupply(view returns (uint256)
1774
uriPrefix(view returns (string)
ipfs://QmZNBPDpMbC9XPEaLMZqVjUBvRaskmWCPPRi3Kgpk5ULRR/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountuint256 _burnTokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
trialWinnersDrop(address[] addressesuint256[] count
whitelistMint(uint256 _mintAmountbytes32[] _merkleProof
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(