Nosy Boys

Verified contract

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

No balances found for "Nosy Boys"

0x02407d01fa4b400647f600ba379818adb1fe753f1f58c3cddc676ad7216279d5
0xee7cbb6b92cbe9fa4d1f1573ff82ab4cb8f91b84ad30499ba594dc90696b121b
0x462ee5991c94a055cdc78f9c7145a5e153e58a54050d3ab0b3919de3bd3b7129
0x25ebb792f73bf3e93dad3116c33ca362e3a9770d99d48e1cf5f83dc8ae325b55
0x505acd148c4e86bd398d2758ef699d45e8888031e150fbb018416002d3b782e4
0x11d377de17a0540ff1e04aa5a7ec98ef763cb25e3c652397c01b09ed2d5f7e7a
0xe8973681a1d7c69ea8bfecbb48c3408a96aa28ab231e644661d322ed8d64d3c1
0xc7033d8edff503273ee556c32d10c87e8674b81e15e75f889774de781e0a850b
0x3e5dc33c5d00dd7e0741f44660b1c7d5e519b70eb4b4237accc876083bd23753
0x549abc9b4392fac1a8193226c9fac151ff80d539779d2b0155feae35a7f8be88

Functions
Getter at block 21279748
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmNiQCS8ko1J8CVzqZvcVVkPBaAxiXnxDZRtfuzb53eZbf/
maxLimitPerWallet(view returns (uint256)
20
maxMintAmountPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
7777
name(view returns (string)
Nosy Boys
owner(view returns (address)
0xb5cf0b26f9db2ffe565f61bdccccd770a881bee0
price(view returns (uint256)
0
symbol(view returns (string)
NBS
totalFree(view returns (uint256)
1234
totalSupply(view returns (uint256)
7777
uriPrefix(view returns (string)
ipfs://QmZhJ2n2RKcaW9dPMC48cfSnYw4iChrsbS81TxHzE37Nh9/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _totalFreeuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(