Psychos
Verified contract
Active on
Ethereum with 1,923 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($159.58)
Native
Value
$159.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.044 | $3,626.90 |
$159.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20507363 | 4 months ago | | | 0 | 0.00018369983 | |
| 20423357 | 4 months ago | | | 0 | 0.00015665907 | |
| 18488728 | a year ago | | | 0 | 0.00072945868 | |
| 18307686 | a year ago | | | 0 | 0.00030050141 | |
| 17974997 | a year ago | | | 0 | 0.00075438297 | |
| 17843761 | a year ago | | | 0 | 0.00047079339 | |
| 17843760 | a year ago | | | 0 | 0.00078753832 | |
| 17651633 | a year ago | | | 0 | 0.00077485750 | |
| 17651583 | a year ago | | | 0 | 0.00066667519 | |
| 17651582 | a year ago | | | 0 | 0.00096929773 |
ABI
ABI objects
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 owner) view returns (uint256)
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)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()