Good Minds

Verified contract

Active on Ethereum with 5,081 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Good Minds"

0x3365ab7a99b44878e8cd5cbacedb0bbb1a34bce7b6274d96edb96972b3df610e
0x10996c7b7ea94345a37dafc48e7bb9b2fad6ec7b0cc00bdb3b4688380a530b66
0x75d15755bdc4126c03bd9aee2756b78009ef10d268ab429521677c85f1635b48
0x9809d88cb28a6ae76794a242d70e2ec8d782d32129d2bfb79c193f54ae91f606
0x17d0f57b4269c53001d5d40f3fe11113664584d5439b33a98ee010b81574c5d2
0x89bbbf57094753cbf6fdad6032011202cccd0ca53941315b93e4d9d65393bacb
0x663786c72ee39e39ba38916c644525a5e250f1c0d67e40356a6fae5675873ae9
0xe519d994bce9a274f094f95ec6d67fa3c6b8e26aa2247f33de4f1950712e6bdb
0x54587cbc50423843ce273b14db9b840c09e658a605d023624c872e136eff4f77
0xc6fec56e697790531e0cf16de0172e1c04648ce154a0f99a375819225cf39c1a

Functions
Getter at block 20856869
contractURI(view returns (string)
ar://nYiDWfFketFcAc2dc7r_TUI1aOiH93_Z5MilxNi5I7k
maxMintPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
6000
merkleRoot(view returns (bytes32)
0x6530f7d7183f5454e9f2fd4e70a48e264727310bd3d919f22250053a19c02cf4
mintPrice(view returns (uint256)
30000000000000000
name(view returns (string)
Good Minds
owner(view returns (address)
0xf3c41b5776fe4e1a8f68fe72c36a2517d0efb99e
s_requestId(view returns (uint256)
34187586215516907796152112163913537995422686860273805650519432440335443243755
s_subscriptionId(view returns (uint64)
209
saleState(view returns (uint8)
0
symbol(view returns (string)
GM
totalSupply(view returns (uint256)
6000
Read-only
allowlist(addressview returns (uint256)
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)
State-modifying
allowlistMint(bytes32[] _merkleProofuint256 _quantitypayable 
approve(address touint256 tokenId
publicMint(uint256 _quantitypayable 
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
requestRandomWords(bytes32 _keyHashuint16 _requestConfirmationsuint32 _callbackGasLimituint32 _numWords
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string _contractURI
setDefaultURI(string defaultURI_
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(uint256 _mintPrice
setSaleState(uint256 _state
setTokenBaseURI(string tokenBaseURI_
setWithdrawalAddress(address withdrawalAddress_
teamMint(uint256 _quantity
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unshuffle(string tokenBaseURI_
withdrawFunds(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetContractURI(string indexed contractURI
SetDefaultURI(string indexed collectionDefaultURI
SetTokenBaseURI(string indexed tokenBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint64 _subscriptionIdaddress _vrfCoordinator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistClosed(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BadProof(
BalanceQueryForZeroAddress(
ExceedsMaxMintsAllowlist(uint256 currentBalanceuint256 maxLimit
ExceedsMaxMintsPerTx(uint256 maxMintsPerTx
ExceedsMaxSupply(uint256 maxSupply
ExceedsTeamSupply(uint256 teamSupply
MintToZeroAddress(
MintZeroQuantity(
NoContracts(
OnlyCoordinatorCanFulfill(address haveaddress want
OwnerQueryForNonexistentToken(
PublicClosed(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WrongAmount(uint256 sentuint256 required