Nosy Boys
Verified contract
Active on
Ethereum with 815 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Nosy Boys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18899206 | a year ago | | | 0 | 0.00085862449 | |
| 16565540 | 2 years ago | | | 0 | 0.0010134307 | |
| 16407732 | 2 years ago | | | 0 | 0.00082422953 | |
| 16335105 | 2 years ago | | | 0 | 0.00072454266 | |
| 16335105 | 2 years ago | | | 0 | 0.00072203114 | |
| 15416555 | 2 years ago | | | 0 | 0.00083509181 | |
| 15183862 | 2 years ago | | | 0 | 0.00050944341 | |
| 15183861 | 2 years ago | | | 0 | 0.00051117432 | |
| 15183860 | 2 years ago | | | 0 | 0.00054461926 | |
| 15152613 | 2 years ago | | | 0 | 0.00025005602 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _totalFree, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()