Prismatic Pastels
Verified contract
Active on
Ethereum with 661 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 "Prismatic Pastels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16862685 | 2 years ago | | | 0 | 0.00081391790 | |
| 16368385 | 2 years ago | | | 0 | 0.00078011858 | |
| 16366746 | 2 years ago | | | 0 | 0.00086017909 | |
| 16366746 | 2 years ago | | | 0 | 0.00086017909 | |
| 16366745 | 2 years ago | | | 0 | 0.00087847962 | |
| 16366743 | 2 years ago | | | 0 | 0.00085888558 | |
| 16366743 | 2 years ago | | | 0 | 0.00085888558 | |
| 16366743 | 2 years ago | | | 0 | 0.0010684461 | |
| 16366742 | 2 years ago | | | 0 | 0.00075006374 | |
| 16366740 | 2 years ago | | | 0 | 0.00047919600 |
ABI
ABI objects
Getter at block 21091899
baseURI() view returns (string)
ipfs://QmXwLyDDF2EF3QLzo75RsVkcMKqUDtfxvDqbEfoHT97eWN/
cost() view returns (uint256)
9000000000000000
maxFree() view returns (uint256)
1
maxPerTxn() view returns (uint256)
9
maxSupply() view returns (uint256)
777
name() view returns (string)
Prismatic Pastels
owner() view returns (address)
0x03c986cb7419a25c1b8300a18a0dc00fdbaffff5
symbol() view returns (string)
PRISM
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId) payable
devMint(uint256 _amount)
mintFree()
mintPaid(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()