Mindscape by Katie Morris

Verified contract

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

No balances found for "Mindscape by Katie Morris"

0xcd3c58c2def44a7fef67e7942764e7a2b45c9855f985886b7b2eac5948c4be7b
0xdbe6d1df2ab90e15427991fe3625871ec43a1741b22e2e4fa94ee90fad1d4983
From
0x2138f0ffff92664a9137210bebf735616cb21e7a8f9673055987118500a5b3bb
0x51f46b262d8b9dc2a9107c061c428d96f18c0f5e486639f0c1e5f3b9f6595e43
0x8fb1a221e5c5d30b73cd48241f6d88628efb85035c330f1a4b1bebc677484d29
0xe80735352ff0d240256e707cb4d483ba6f5e1befae40fe6ab3497431011c5514
0x2a1e308c842856ac327e9af260e943d0489a8a075d641b0a92aabf61450f631b
0x87851089eb60bb744bb2ef742b740b0ae52cc29c05ed14841e1048f800b0d041
0x21575843be0bedfe7a9c9b57d5594f5bf3f9f5fa4b76bb826be35c5f7a9f2df3
0x91c399c4fca87cff812b06a38e7ff0201871012a53ad11e54b74f77b37f4ff02

Functions
Getter at block 21221014
baseURI(view returns (string)
ipfs://QmYWkGp3sJ1kARKD3RZnfkzrVjLEMkcxHknYGFnwrbxUuc/
metadataContract(view returns (address)
0x0000000000000000000000000000000000000000
minter(view returns (address)
0x15227f9dd034c3f053e7212af8efa5da06aeaec4
name(view returns (string)
Mindscape by Katie Morris
owner(view returns (address)
0xc5325831462d809fbf532d71029fa3efe35cbcce
royaltyDenominator(view returns (uint256)
100
royaltyFraction(view returns (uint256)
5
royaltyReceiver(view returns (address)
0x220ad9f43c2e07148f69f380237322ae16dfbf8d
symbol(view returns (string)
PPP-KM
totalSupply(view returns (uint256)
100
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
delegateTokenURIs(address delegate
mint(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMinter(address minter_
setRoyaltyFraction(uint256 royaltyFraction_uint256 royaltyDenominator_
setRoyaltyReceiver(address royaltyReceiver_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string baseURI_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
MetadataUpdate(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring baseURI_uint256 maxSupplyaddress royaltyReceiver_uint256 royaltyPercent
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyMinter(
OperatorNotAllowed(address operator