Psychos

Verified contract

Active on Ethereum with 1,923 txns
Deployed by via 0xa22539f5 at 17005695
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $159.58
0x6fea8497dced0af33e63ba18283f22a0ab4f2810a1ac3a40618e7a51f83aa44b
0x01fbbb019a7531ba20170db6222040a94a32f3c58970e2f52931ebe688d09381
0x696cc6857cc1a070b766e349b7425ae82a0895cb31459e78791aac37fded147a
0x32fdf37eca93c17f66f202c78f6073b7f28c61b10c8eea9f09da96d5f9d14a16
0xa308ddc85524587358af0c2b1430c1aa014e9d03e8d058cda46b160a8e8a09a8
0x5563fb27f70d4a9a58c64b20dce3d276aca6da7047e8016639dcbc085a976550
0xc40302518c73891746813a07b7cf8ff574cb4e54b4c2cce32762197f446231b5
0x8bf04b9823bbc2874003224447160df97dedb500c92398f81446d33ef395edf7
0x5a470bc9dd96edaa387bab646eb83307cf338bcd469150fdec9ddb0219be07c9
0x731307aee3587c9f8863d592aa8ba19abbbd8d5f983856bb28983499d716f707

Functions
Getter at block 21318095
maxFreePerWallet(view returns (uint256)
1
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
7420
mintEnabled(view returns (bool)
true
name(view returns (string)
Psychos
owner(view returns (address)
0x4f3a72b1de24a020792c4934cd4bfba49a4527ce
price(view returns (uint256)
4000000000000000
symbol(view returns (string)
PSY
totalFree(view returns (uint256)
7420
totalSupply(view returns (uint256)
2189
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
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(