PlayCollective

Verified contract

Active on Base with 5,300 txns
Deployed by via 0x521db65b at 15099195
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.06
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0xd4a586190a4a75da8eec10e84e75ced22ca1df20821e2c28f555e59327dad529
0x486c64f3e2206ae2c380d5f322bb1dde238f55099e692ccf79ef4951f9c3816c
0x2fb969019227c2535c24c33efb80293c8143d64b6fe75e974f11ab67b185da7a
0xbb88c068852f405a66ddd6352df1fae7e96a8673de6e9192d0e0d97a20121920
0x95786ced2cb2dea237e654b6a05dbcf7a482337f64b0211a9f3cbb9173e44fe8
0xdb98bf32e587b56711ea33c3d185a1eba6c6956bb632eb9ef7d64b8bc45453a3
0xc3d7454440e12a4d69aab5afa5c43937ee88c20e6729d4a244501e254c1b88f7
0x3aefc1c65db091cbdc7e6e056cf7994456246cae72096cb7e281757892b163d2
0x124b23a0c85fce3ad22120bb9b851c3148692cb1b0f3b5220c4df90f984b83ef
0x9785796d3de370b27c7612cf7743d0ec856e47dc4493dc676bc12082d4f7e280

Functions
Getter at block 22911689
isMintActive(view returns (bool)
false
mintPrice(view returns (uint256)
1000000000000000
name(view returns (string)
PlayCollective
owner(view returns (address)
0x5eee83c8955579e0023d37f78e8658403059ef9a
paused(view returns (bool)
false
symbol(view returns (string)
PlayCollective
Read-only
IsMintedByUser(address userview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintableByUser(address userview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
changeMintPrice(uint256 _mintPrice
mint(payable 
pause(
pauseMint(
recoverUnsupportedTokens(address tokenAddress
renounceOwnership(
resumeMint(
safeMint(address to
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdrawETH(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address initialOwneruint256 _mintPrice
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
EnforcedPause(
ExpectedPause(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account