IRL Psychedelics Anonymous Pass
Verified contract
Active on
Ethereum with 14,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00048 | $3,363.24 |
$1.61 | |
PA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226656 | 5 days ago | | | 0 | 0.00047074277 | |
| 21226515 | 5 days ago | | | 0 | 0.00045200588 | |
| 21215282 | 6 days ago | | | 0 | 0.00075554878 | |
| 21169209 | 13 days ago | | | 0 | 0.0011141274 | |
| 21126344 | 19 days ago | | | 0 | 0.0011782843 | |
| 21042209 | a month ago | | | 0 | 0.00026707330 | |
| 20999021 | a month ago | | | 0 | 0.00042438447 | |
| 20965324 | a month ago | | | 0 | 0.0014782996 | |
| 20802136 | 2 months ago | | | 0 | 0.00022121116 | |
| 20802133 | 2 months ago | | | 0 | 0.00032185694 |
ABI
ABI objects
Getter at block 21260993
PRICE() view returns (uint256)
60000000000000000
baseTokenURI() view returns (string)
ipfs://QmQ2fgWKmC1x1i2xbTZiGpttt7x6HpvhsKfUQLfxMuHzXJ/
genesisAddress() view returns (address)
0x75e95ba5997eb235f40ecf8347cdb11f18ff640b
giveawaySupply() view returns (uint256)
50
mintableSupply() view returns (uint256)
9545
name() view returns (string)
IRL Psychedelics Anonymous Pass
owner() view returns (address)
0x7875b5cb5975750e123234c01d71982ceb090b59
supply() view returns (uint256)
9595
symbol() view returns (string)
PA
tokenCount() view returns (uint256)
9595
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(address _to, uint256 _amount) returns (bool)
mintGenesisSoldOut(uint256 _amount) 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)
setGenesisAddress(address _genesisAddress)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setOpenSeaProxyRegistryAddress(address _openSeaProxyRegistryAddress)
setRoyaltyDivisor(uint256 _divisor)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _genesisAddress, address _openSeaProxyRegistryAddress, uint256 _supply, uint256 _giveawaySupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.