NestPals

Verified contract

Active on Ethereum with 767 txns
Deployed by via 0x1944ca2a at 15441164
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NestPals"

0x95e404c1166a1f46609208532846855102689203a422b3393d3d723f8283d8c4
0xdceae1a1a45fc9f8bf6deacdc864d1cb487959d3e15a65ba0d9388320a946941
0xf51fc0b3847b71cd39204653b81246e8ed6e228bcbca9d5e060140050f890577
0x5e8b885dd8a959e3330b6d1614aa10cd684be74d735c931b2a651d47e30a9633
From
0x6904bd87c306f8b1b933ec1c46fddc0da09e36b3a77e97c083f13895b179d58b
0xa6d94dd0970bcb4a7f15f128bdab96489ed3c4bb41487cf7634ec3435f4e7bc9
0x30a942dc0c53fa5f499596193ddad86c3b008bfd495859f895d3195bdaa422a5
0xeceb78ea0911ced2b8d203e21d7ebfaba43d848fe127b371a6a8215491238c15
0x2019429789ce3f5405267a8e15a482717e8eb5ddc8c9be3fc0c9f77974da3380
0x7b09b32a5d800efdf298b4c7294e4e4bf7bfb14c301a89a78fc3716b9cbb7dd8

Functions
Getter at block 20915760
MaxperWallet(view returns (uint256)
10
baseURI(view returns (string)
ipfs://bafybeia73jw26wggkjy3bafoov5thbvmhfttgei5x3rtixcc2b7fpwvjum/
maxSupply(view returns (uint256)
5555
name(view returns (string)
NestPals
notRevealedUri(view returns (string)
ipfs://QmW4Y47txGhojke2G3g5QqZcbHRJetYJN6HwiEgkQLtW3a
owner(view returns (address)
0x266882ff9324334ad52545eb7f23cc6b047eaf44
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
NPS
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
gift(uint256 _mintAmountaddress[] destination
mint(uint256 tokens
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(