GribbleNFT
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
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
Balances ($0.00)
No balances found for "GribbleNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GribbleNFT"
ABI
ABI objects
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 owner) view returns (uint256)
canAllowlistMint(uint256 _amount) view returns (bool allowed)
canClaimListMint(uint256 _amount) view returns (bool allowed)
getAllowlistMintsRemaining(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimlistMintsRemaining(address _address) view returns (uint256)
gribbleGeneSeed(uint256 _gribbleId) view returns (uint256)
gribbles(uint256) view returns (uint256 geneSeed, uint256 bornAt, uint256 generation)
hasAnySupply(uint256 _numberOfTokens) view returns (bool)
hasClaimSupply(uint256 _numberOfTokens) view returns (bool)
hasMintSupply(uint256 _numberOfTokens) view returns (bool)
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)
State-modifying
Events addToClaimlist(address[] _addresses, uint256[] _values)
addToPlay2Mint(address[] _addresses, uint256[] _values)
approve(address to, uint256 tokenId)
claimMint(uint256 _numberOfTokens)
genesisMint(uint256 _numberOfTokens) payable
initialize(string name, string symbol, string default_uri, uint64 subscriptionId, address vrfCoordinator, bytes32 vrfKeyhash)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlistMints(bool _status)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GenomeLanded(uint256 indexed requestId, uint256 indexed result)
GenomeRolled(uint256 indexed requestId, uint256 indexed gribbleId)
Initialized(uint8 version)
Mint(address indexed user, bool indexed isClaimMint, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)