Psychedelics Anonymous Component #2
Verified contract
Active on
Ethereum with 11,612 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 "Psychedelics Anonymous Component #2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206286 | 15 hours ago | | | 0 | 0.00040767421 | |
| 21114759 | 13 days ago | | | 0 | 0.00038678303 | |
| 21051760 | 22 days ago | | | 0 | 0.00037902863 | |
| 21042207 | 24 days ago | | | 0 | 0.00027976375 | |
| 20999026 | a month ago | | | 0 | 0.00044644993 | |
| 20789132 | 2 months ago | | | 0 | 0.00031483675 | |
| 20789093 | 2 months ago | | | 0 | 0.00025066977 | |
| 20789087 | 2 months ago | | | 0 | 0.00038076301 | |
| 20754939 | 2 months ago | | | 0 | 0.000069781879 | |
| 20754030 | 2 months ago | | | 0 | 0.000050892134 |
ABI
ABI objects
Getter at block 21210901
MerkleRoot() view returns (bytes32)
0x317d0e913d541be9fa22038ab90007224468b5db1e0bb0cda0efc3ad3810dca8
baseTokenURI() view returns (string)
ipfs://QmPYUT4zsRyUv9SQkAtU7f3Mi41dmsQ3krWx8pe29iwP6m
name() view returns (string)
Psychedelics Anonymous Component #2
owner() view returns (address)
0x7875b5cb5975750e123234c01d71982ceb090b59
royaltyDivisor() view returns (uint8)
20
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PAC2
tokenCount() view returns (uint16)
6497
Read-only
balanceOf(address owner) view returns (uint256)
checkProofWithKey(address _sender, bytes32[] proof, bytes1 key) view returns (bool)
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 receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userClaims(address) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(bytes32[] _proof, bytes1 _allowance, uint8 _amount)
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)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setMerkleRoot(bytes32 _root)
setOpenSeaProxyRegistryAddress(address _openSeaProxyRegistryAddress)
setRoyaltyDivisor(uint8 _divisor)
switchSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _openSeaProxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.