PsychoNauts

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x86e79cd7 at 17154601
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
4 additional variables

No balances found for "PsychoNauts"

No transactions found for "PsychoNauts"


Functions
Getter at block 20945929
admin(view returns (address)
0x0000000000000000000000000000000000000000
cost(view returns (uint256)
0
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x0000000000000000000000000000000000000000, 0)
maxMint(view returns (uint128)
0
maxSupply(view returns (uint128)
0
metaUri(view returns (string)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
publicMintEnabled(view returns (bool)
false
symbol(view returns (string)
teamAndGiveAwayMax(view returns (uint128)
0
teamAndGiveAwayMinted(view returns (uint128)
0
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
0
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
whitelistClaimed(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
init__v2(
initialize(string _namestring _symbolstring _metaUriaddress[] _payeesuint256[] _sharesbytes32 _merkleRoot
publicMint(uint256 _mintAmountpayable 
release(address account
release(address tokenaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAdmin(address _newAdmin
setApprovalForAll(address operatorbool approved
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOwner(address _newOwner
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
teamGiveAwayMint(uint256 _amount
togglePublicMint(
toggleWlMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
updateCost(uint256 _cost
updateMaxSupply(uint128 _supply
whitelistMint(uint256 _mintAmountuint256 _mintAllowancebytes32[] _merkleProof
whitelistMintPurchase(uint256 _mintAmountuint256 _mintAllowancebytes32[] _merkleProofpayable 
Events
AdminUpdated(address indexed prevAdminaddress indexed newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AlreadyClaimed(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedsTeamMint(
ExceedsTotalMint(
ExceedsWhitelistAllowance(
IncorrectMintAmount(
InsufficientFunds(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicMintNotStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WhitelistMintNotStarted(