Mindscape by Katie Morris
Verified contract
Active on
Ethereum with 167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mindscape by Katie Morris"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159660 | 9 days ago | | | 0 | 0.0020776592 | |
| 21023737 | a month ago | | | 0 | 0.00025517703 | |
| 20975634 | a month ago | | | 0 | 0.00058115723 | |
| 20929247 | a month ago | | | 0 | 0.0030966333 | |
| 20792793 | 2 months ago | | | 0 | 0.0012981964 | |
| 20792377 | 2 months ago | | | 0 | 0.0017633861 | |
| 20778671 | 2 months ago | | | 0 | 0.00083892972 | |
| 20706240 | 2 months ago | | | 0 | 0.000083690331 | |
| 20504942 | 3 months ago | | | 0 | 0.000082038363 | |
| 20492337 | 3 months ago | | | 0 | 0.00023488894 |
ABI
ABI objects
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 owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
delegateTokenURIs(address delegate)
mint(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMinter(address minter_)
setRoyaltyFraction(uint256 royaltyFraction_, uint256 royaltyDenominator_)
setRoyaltyReceiver(address royaltyReceiver_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
MetadataUpdate(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI_, uint256 maxSupply, address royaltyReceiver_, uint256 royaltyPercent)
This contract contains no fallback and receive objects.
OnlyMinter()
OperatorNotAllowed(address operator)