Flip, Knock

Verified contract

Active on Ethereum with 470 txns
Deployed by via 0x1050c802 at 16357924
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
Native
Value $11.7
0x8239e7423e190c948ac5e03ec445a593721aaa945b3541f199165d4adff3b9ed
0x8140407f9f04ff4b9563089d52c5df6b714e4d874db937170f0dd337be2e1f17
0x1edb652f30c1fae2a51cce819505f7989d5e290235833f6109e7077d7b5ebd6d
0xf94d91296f598eddb116e4e37d817f94cc58f68652ca71ffbd8790e83f55531b
0xf5173d3d085d209fbc313880d6fdf8cd6c7946776e54baa9ed9b1788456ef1b6
0x6dafc661845677c2ed2fa6acfea62528de501297926296998a0b144a9b491705
0x17c5335c2b5c761ec4b437e5703ec3ea2bbf963798636434bff69ad84860d954
0x3de81e8b5f8cb922a93a8e5536e9760425d833bc654784e55c96c01a81586c6c
0x878091e5b6896978ac3db37f24c776dc2959a97af9c74a192aef62ecde765291
0x71e9ddc51d4bf8791efe3bf56daa3950eef7e45305240b69128366664a84b271

Functions
Getter at block 21400356
PUZZLE_TRIGGER(view returns (string)
PuzzlerevealScript.py
cost(view returns (uint256)
3000000000000000
flip(view returns (bool)
false
hiddenMetadataUri(view returns (string)
ipfs://Qmc9WJGvHkHjk9C97JgsQEp3MHEEhpNssZggJwqxkUgaz4/hidden.json
knock(view returns (bool)
false
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
777
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Flip, Knock
owner(view returns (address)
0x0c5f9c79a8d57e3c6c47eaeb0a1d8898ffee780a
paused(view returns (bool)
false
revealactive(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
RIDL
totalSupply(view returns (uint256)
749
uriPrefix(view returns (string)
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 _mintAmountpayable 
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
teamclaim(uint256 _mintAmountaddress _receiver
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _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(