Good Minds

Verified contract

Active on Ethereum with 5,093 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"

0xa8ba783fdf7e21ccacb450e6111f0b862287900a2194df3ea9ab75f69e049840
0x8be7b319df7d8558d409d018f13bb052ac8c0473ee136d25c5c5db8f6ce24979
0x861fdcf9d27d4791c08f4ef955b4fffd56216c60e206d1efa51faf0acc6601bc
0xb5c6def51fb23b7c45a7933a9f41a2c073cbb55f4280c20c7b4dbf49826ce6d7
0x57e64a451a51ea8ff6874f3e472a8049bc70e41ec9102f2264ae65df7764617d
0x59b1df6b8b25d7d50148e7dcead05ae36438b3239747b9d4c24fc7876b32bec8
0xe2ebb51957801d38f36dc80103f6efb578e6b2dc6e4421516be05aa3093346ab
0xf02425fe6afe5866e4369af4bdf75bb88d9adf320f06b93642dee080835a570c
From
0xacc9231afe033a0867d153f63220e983574a475a7742b7114c7a2f4fed28a01d
0xf1341339211756383141c44158c89f87ac005bfec3148f37df97c92c3997da89

Functions
Getter at block 21276842
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