The Possessed
Verified contract
Active on
Ethereum with 36,083 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 "The Possessed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172349 | an hour ago | | | 0 | 0.0012713135 | |
| 21155651 | 2 days ago | | | 0 | 0.00051940823 | |
| 21150183 | 3 days ago | | | 0 | 0.00028868472 | |
| 21138350 | 5 days ago | | | 0 | 0.00075589180 | |
| 21119547 | 7 days ago | | | 0 | 0.00013362237 | |
| 21107592 | 9 days ago | | | 0 | 0.00041307141 | |
| 21106796 | 9 days ago | | | 0 | 0.000096070893 | |
| 21106794 | 9 days ago | | | 0 | 0.00010271057 | |
| 21102804 | 10 days ago | | | 0 | 0.00011218846 | |
| 21048100 | 17 days ago | | | 0 | 0.00027751173 |
ABI
ABI objects
Getter at block 21172580
blessedBaseURI() view returns (string)
https://collection.pssssd.xyz/tokens/blessed/
collectionSize() view returns (uint256)
10000
getMinted() view returns (uint256)
0
name() view returns (string)
The Possessed
owner() view returns (address)
0x1e19f70a43f673c866e8a42397981bb67de76ae1
possessedBaseURI() view returns (string)
https://collection.pssssd.xyz/tokens/possessed/
preRevealBaseURI() view returns (string)
https://p4sd.mypinata.cloud/ipfs/QmWyZReqCm1gw7vDD3UihjYb23bT3gKU8KBXDxqoxWpzJ7
signingAddress() view returns (address)
0x9f3d83f74e24b0b10fc32b0598e5ecbdf0db4660
symbol() view returns (string)
PSSSSD
totalSupply() view returns (uint256)
10000
treasuryAddress() view returns (address)
0x6ad90981d3077028a3a4b6174d13cc14a6fd9ac1
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes signature, uint256 quantity, uint256 maxMintable) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURIs(string blessed, string possessed)
setCollectionSize(uint256 size)
setIsPossessed(uint256 tokenID, bool isPssssd)
setPreRevealBaseURI(string newBaseURI)
setRoyaltyInfo(uint96 newRoyaltyPercentage)
setSigningAddress(address newSigningAddress)
setTreasuryAddress(address newAddress)
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(address defaultTreasury, uint256 defaultCollectionSize, string defaultPreRevealBaseURI, address signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerIsNotOwner()
CannotSetZeroAddress()
CollectionTooSmall()
IncorrectSignature()
MaxMinted()
MintToZeroAddress()
MintZeroQuantity()
NonExistentToken()
OwnerQueryForNonexistentToken()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()