GribbleNFT

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x52509e09 at 15373906
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
15 additional variables

No balances found for "GribbleNFT"

No transactions found for "GribbleNFT"


Functions
Getter at block 21276491
baseTokenURI(view returns (string)
currentClaimSupply(view returns (uint256)
0
currentMintSupply(view returns (uint256)
0
isAllowListOpen(view returns (bool)
false
isClaimOpen(view returns (bool)
false
isFCFSMintOpen(view returns (bool)
false
maxClaimSupply(view returns (uint256)
0
maxMintSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
rawMintPrice(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
canAllowlistMint(uint256 _amountview returns (bool allowed)
canClaimListMint(uint256 _amountview returns (bool allowed)
getAllowlistMintsRemaining(address _addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getClaimlistMintsRemaining(address _addressview returns (uint256)
gribbleGeneSeed(uint256 _gribbleIdview returns (uint256)
gribbles(uint256view returns (uint256 geneSeeduint256 bornAtuint256 generation)
hasAnySupply(uint256 _numberOfTokensview returns (bool)
hasClaimSupply(uint256 _numberOfTokensview returns (bool)
hasMintSupply(uint256 _numberOfTokensview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addToClaimlist(address[] _addressesuint256[] _values
addToPlay2Mint(address[] _addressesuint256[] _values
approve(address touint256 tokenId
claimMint(uint256 _numberOfTokens
genesisMint(uint256 _numberOfTokenspayable 
initialize(string namestring symbolstring default_uriuint64 subscriptionIdaddress vrfCoordinatorbytes32 vrfKeyhash
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowlistMints(bool _status
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCallbackGasLimit(uint32 _gaslimit
setClaimMints(bool _status
setFCFSMints(bool _status
setKeyhash(bytes32 _keyhash
setMaxClaimSupply(uint256 _supply
setMaxMintSupply(uint256 _supply
setRequestConfirmations(uint16 _requestConfirmations
setVrfCoordinator(address _coordinator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
GenomeLanded(uint256 indexed requestIduint256 indexed result
GenomeRolled(uint256 indexed requestIduint256 indexed gribbleId
Initialized(uint8 version
Mint(address indexed userbool indexed isClaimMintuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want