DaVinciCodePuzzle

Verified contract

Active on Ethereum with 639 txns
Deployed by via 0xcb7c7aae at 15334175
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DaVinciCodePuzzle"

0x3ebf92c40551fcb3bfcd7813592fcc938bf5e74ecdb7a4190e6c974cc003d064
0x90dfde3c4de1cd68da198c30f6d0aeaa13042aba4fe70ad4335dba3d3a9c7b87
0x80df6c801ad637b60d7eca203d373c8f7d4907634a70c87a5a20500a64836f2a
0xcf39d2230683e88cbed8e5dc490262396cdc0d7d3f94e9895c31ffe0bff851c2
0x577a232e9f1a030c3e64ffdf5ef4da10c135447a9f88c864a43f8d1519e58cb0
0xf6f603916bc14c60411d9e3ab3088e11bf04fae6f78f5e7d81c9be010f4ee0f9
0xf5549f50c1f3c0b8ba1cfeea77f4eee9dd4428a827446a54d2c80b158c481dc5
0xae9f960d4122f5288e8707d9012bfcdd8e9079155fcfe5ad2ed75273c396d157
0xa7d37c3a1069a7504b233d69bcf790bed9a1d3fd1432d77e5eccb149cf4ea48b
0x1dcac647c51397ac180f3e8fa0a307f24e318ccf8134319d054d23ac68e02514

Functions
Getter at block 20986784
cost(view returns (uint256)
4000000000000000
maxPerTx(view returns (uint32)
4
maxSUPPLY(view returns (uint32)
3333
name(view returns (string)
DaVinciCodePuzzle
owner(view returns (address)
0xcc6c2321c8814841547b280b2d22d5394a1e6c13
symbol(view returns (string)
DVCP
totalSupply(view returns (uint256)
3311
uriPrefix(view returns (string)
ipfs://QmY2dxEPqfYBtShABuPgmNTdBFzBuPYuKvX1Ry228Ro72o/
Read-only
balanceOf(address ownerview returns (uint256)
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)
State-modifying
approve(address touint256 tokenId
publicMint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setUri(string uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whiteListDrop(uint256 amount
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(
Fallback and receive

This contract contains no fallback and receive objects.

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