Flip, Knock
Verified contract
Active on
Ethereum with 470 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($11.70)
Native
Value
$11.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,900.67 |
$11.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16365150 | 2 years ago | | | 0.003 | 0.0011454449 | |
| 16364482 | 2 years ago | | | 0 | 0.0014172704 | |
| 16363630 | 2 years ago | | | 0 | 0.00078813203 | |
| 16362235 | 2 years ago | | | 0 | 0.00078254205 | |
| 16362223 | 2 years ago | | | 0 | 0.00072915841 | |
| 16361002 | 2 years ago | | | 0.003 | 0.0012743351 | |
| 16359080 | 2 years ago | | | 0 | 0.00069928107 | |
| 16358161 | 2 years ago | | | 0.012 | 0.0010890993 | |
| 16358114 | 2 years ago | | | 0.006 | 0.0013055185 | |
| 16358107 | 2 years ago | | | 0.006 | 0.00094950821 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 _mintAmount, address _receiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()