Psychedelics Anonymous Genesis
Verified contract
Active on
Ethereum with 41,224 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($106.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.031928 | $3,347.34 |
$106.87 | |
STREATS | ERC-20 | 1.755617B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260217 | 5 hours ago | | | 0 | 0.00023906486 | |
| 21255567 | 20 hours ago | | | 0 | 0.00035131037 | |
| 21255046 | a day ago | | | 0 | 0.00050037472 | |
| 21252265 | a day ago | | | 0 | 0.00069997802 | |
| 21248808 | 2 days ago | | | 0 | 0.00052717740 | |
| 21238392 | 3 days ago | | | 0 | 0.00086290786 | |
| 21237785 | 3 days ago | | | 0 | 0.0011274088 | |
| 21233696 | 4 days ago | | | 0 | 0.00052407977 | |
| 21231708 | 4 days ago | | | 0 | 0.00081130563 | |
| 21229109 | 5 days ago | | | 0 | 0.00075887313 |
ABI
ABI objects
Getter at block 21261677
MERCH_PASS_PRICE() view returns (uint256)
60000000000000000
META_PASS_PRICE() view returns (uint256)
60000000000000000
PRE_SALE_LIMIT() view returns (uint256)
1
PRICE() view returns (uint256)
88000000000000000
UTILITY_PASS_PRICE() view returns (uint256)
45000000000000000
baseTokenURI() view returns (string)
https://api.newdawn.xyz/v1/collections/1/mt/
giveawaySupply() view returns (uint256)
250
isSoldOut() view returns (bool)
true
merchPassAddress() view returns (address)
0x92aa4c9a4f54fe95d0e799687d1da12a7ebca538
merkleRoot() view returns (bytes32)
0x134eab70c9c84b4979813f3407b8cfc7908d1001d62046c482dda8d2d53b2633
metaPassAddress() view returns (address)
0x22674fd4ce74765c211eec01698fda36f57a650a
mintStatus() view returns (uint8)
2
mintableSupply() view returns (uint256)
9345
name() view returns (string)
Psychedelics Anonymous Genesis
owner() view returns (address)
0x7875b5cb5975750e123234c01d71982ceb090b59
supply() view returns (uint256)
9595
symbol() view returns (string)
PA
tokenCount() view returns (uint256)
9595
utilityPassAddress() view returns (address)
0x5501024ddb740266fa0d69d19809ec86db5e3f8b
withdrawDest1() view returns (address)
0x2102ae12ded4a8cc8321e656ca213d3eaf6151c4
withdrawDest2() view returns (address)
0x218b622bbe4404c01f972f243952e3a1d2132dec
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 receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giveaway(address _to, uint256 _amount)
mint(bytes32[] _proof, uint256 _genesisAmount, uint256 _merchAmount, uint256 _metaAmount, uint256 _utilityAmount) 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)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setMerchPassAddress(address _merchPassAddress)
setMerkleRoot(bytes32 _merkleRoot)
setMetaPassAddress(address _metaPassAddress)
setOpenSeaProxyRegistryAddress(address _openSeaProxyRegistryAddress)
setRoyaltyDivisor(uint256 _divisor)
setStatus(uint8 _status)
setUtilityPassAddress(address _utilityPassAddress)
setWithdrawDests(address _dest1, address _dest2)
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)
MintFailure(address indexed to, string failure)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _openSeaProxyRegistryAddress, uint256 _supply, uint256 _giveawaySupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.