Good Minds
Verified contract
Active on
Ethereum with 5,093 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 "Good Minds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272451 | 15 hours ago | | | 0 | 0.00072888549 | |
| 21218611 | 8 days ago | | | 0 | 0.00024559102 | |
| 21206410 | 10 days ago | | | 0 | 0.00044956286 | |
| 21204463 | 10 days ago | | | 0 | 0.00049193253 | |
| 21178098 | 14 days ago | | | 0 | 0.00052131721 | |
| 21115391 | 23 days ago | | | 0 | 0.00044092896 | |
| 21083182 | a month ago | | | 0 | 0.00054677553 | |
| 21080092 | a month ago | | | 0 | 0.00082678270 | |
| 21024395 | a month ago | | | 0 | 0.00019807352 | |
| 20966151 | a month ago | | | 0 | 0.0010589191 |
ABI
ABI objects
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(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events allowlistMint(bytes32[] _merkleProof, uint256 _quantity) payable
approve(address to, uint256 tokenId)
publicMint(uint256 _quantity) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords(bytes32 _keyHash, uint16 _requestConfirmations, uint32 _callbackGasLimit, uint32 _numWords)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unshuffle(string tokenBaseURI_)
withdrawFunds()
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)
SetContractURI(string indexed contractURI)
SetDefaultURI(string indexed collectionDefaultURI)
SetTokenBaseURI(string indexed tokenBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint64 _subscriptionId, address _vrfCoordinator)
This contract contains no fallback and receive objects.
AllowlistClosed()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BadProof()
BalanceQueryForZeroAddress()
ExceedsMaxMintsAllowlist(uint256 currentBalance, uint256 maxLimit)
ExceedsMaxMintsPerTx(uint256 maxMintsPerTx)
ExceedsMaxSupply(uint256 maxSupply)
ExceedsTeamSupply(uint256 teamSupply)
MintToZeroAddress()
MintZeroQuantity()
NoContracts()
OnlyCoordinatorCanFulfill(address have, address want)
OwnerQueryForNonexistentToken()
PublicClosed()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongAmount(uint256 sent, uint256 required)