Pinaverse Pineapples

Verified contract

Active on Ethereum with 180 txns
Deployed by via 0x6b5d0be1 at 15318604
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $22,485.06
 (#3515)
ERC-721
--
 (#3514)
ERC-721
--
 (#3513)
ERC-721
--
 (#3512)
ERC-721
--
 (#3511)
ERC-721
--
 (#3467)
ERC-721
--
 (#3462)
ERC-721
--
 (#3458)
ERC-721
--
 (#3444)
ERC-721
--
0xf4f8a61d00ee866c892253727f92e4d4faac75f91124afcc3ba16db85c6e5ba8
0x15ec8235bc94c39837ecf7e1d90f0d08546dfe01d99e070b40cd80d4b47d94d6
0x61c581450a09d9b5c79cf0df51b1bb07f5af7e4d9748a259295aca7c2238f679
0xc35a4080d24ab0507586e198674567db9e40ecc9f610e090e334189f1e4ad324
0xc2f712f61999f89c91558d9f2650d897d082430f24b743a956695c34d60eba52
0x043702dca408200fa86902950fc047b3be23067e8e7050f491d002613bb07764
0x434a5c4154df70559ee10f48f6a7a56b3b5edd305c3325ca1be7b94205dd7cec
0xd1388550c7599238ae36d22d2daf7d841df0235cdb67844f69ae742b199ddcad
0xd6f6e680f1fbdb54ec46eb2bafef03684ff32d2b29b379c2eec65b69e1ae438b
0xeea9d02ed747647c76defd5875d13439da5c33ccc97a46304e41e6b852ddebee

Functions
Getter at block 21036967
ADMIN(view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER(view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
contractURI(view returns (string)
https://nftstorage.link/ipfs/bafybeiab2kaamc6wnqlxeeqwl4nixpetladfybb64nztodthr3t6qqcuga/
getPinaverseAddress(view returns (address)
0x0000000000000000000000000000000000000000
getSwapPrice(view returns (uint256)
3300000000000000
maxSupply(view returns (uint256)
0
name(view returns (string)
Pinaverse Pineapples
owner(view returns (address)
0xdd77ff720151d8014e1c24993c0ba9dfdd8e159b
paused(view returns (bool)
false
symbol(view returns (string)
p
totalBurned(view returns (uint256)
0
totalMinted(view returns (uint256)
835
totalSupply(view returns (uint256)
835
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasReceivedJuice(uint256 idview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
nonces(bytes32view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
exit(uint256 id
grantRole(bytes32 roleaddress account
mint(address touint256 quantity
mintBatch(address[] touint256[] quantity
mintById(address touint256 id
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string contractURI
setMaxSupply(uint256 maxSupply_
setPinaverse(address pinaverse
setRoyalties(address recipientuint24 value
setSwapPrice(uint256 swapPrice_
setTokenURI(uint256 tokenIdstring tokenURI_
swap(uint256 idpayable 
swapBatch(uint256[] idspayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
withdrawToken(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string baseTokenURIstring contractURIaddress royaltyRecipientuint24 royaltyValueuint256 swapPrice_address juice_address op_
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InsufficientAccess(
InvalidBatchRequest(
InvalidOwner(
MaxSupplyReached(
MaxSupplyUnchangeable(
MintInvalidId(
MintToZeroAddress(
MintZeroQuantity(
MustApproveContract(
MustBeOwner(
MustSetPinaverse(
OwnerQueryForNonexistentToken(
PaymentFailed(
TooManyForRequest(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(