Nubbies
Verified contract
Active on
Ethereum with 3,658 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 "Nubbies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20981235 | 2 months ago | | | 0 | 0.00026735752 | |
| 20981153 | 2 months ago | | | 0 | 0.00029784395 | |
| 20981149 | 2 months ago | | | 0 | 0.00029883533 | |
| 20579790 | 4 months ago | | | 0 | 0.000057499098 | |
| 20562221 | 4 months ago | | | 0 | 0.00014533108 | |
| 20465298 | 4 months ago | | | 0 | 0.00016073210 | |
| 20358623 | 5 months ago | | | 0 | 0.00028835516 | |
| 19245716 | 10 months ago | | | 0 | 0.00075681315 | |
| 19239461 | 10 months ago | | | 0 | 0.0013768386 | |
| 18907469 | a year ago | | | 0 | 0.00076241268 |
ABI
ABI objects
Getter at block 21409300
WLpaused() view returns (bool)
true
cost() view returns (uint256)
98000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmTHmua8GZQtCHiJ1ZLhiSmZqC3r11LDZm4H49ypcWq9hx/hiddenmd.json
maxMintAmountPerTx() view returns (uint8)
1
maxSupply() view returns (uint16)
999
maxWLMintAmountPerWallet() view returns (uint8)
1
name() view returns (string)
Nubbies
owner() view returns (address)
0x82418494ab7f2fd60da242d336a160ccaf4b2e2c
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
NS
totalSupply() view returns (uint256)
999
whiteListCost() view returns (uint256)
98000000000000000
whitelistMerkleRoot() view returns (bytes32)
0x50c94ad4be9a8553a3a1c981590fdc90b6d7a7dd5a8e1cb4761e848c3c00180b
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
txPerAddress(address) view returns (uint8)
State-modifying
Events Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
burn(uint256 _tokenID)
mint(uint8 _mintAmount) payable
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 _uri)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxTxPerWlAddress(uint8 _limit)
setPaused()
setReveal()
setUriPrefix(string _uriPrefix)
setWLCost(uint256 _cost)
setWLPaused()
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount, bytes32[] merkleProof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()