This contract is being backfilled. You may encounter incomplete storage history.

Inverted Minds

Verified contract

Active on Ethereum with 558 txns
Deployed by via 0xeb670726 at 16234972
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Inverted Minds"

0x7b8d257ecd715350a61a2f94cd0b7197085996e3f770246ddedf35b757a16019
0x6ea054a78dadf470eb1d63f1c29a6958613e98bdfb69481bb9ace54f6cb83b24
0x6162e61dcbd98c217994b929c7e3830f073a185c00bf07d10859162c3fece44c
0xad5e946827613ba30802b1e8ca896f65802d9a239bd0cbd856d2d8500648a75b
0xa76d705076f11ab6c3e26573189dacaa47e91fd7d0f1aa55255dd17ea50b14f0
0x6cd55caeecb39037c0d3e9a052a19d8a95c46412fbf7ae876a21cc78b66d05e3
0xe9b1ecc4c68a2a34eb0bf309ab01e6edb807d258b98b83da0df51c0ecb87085f
0x6edb1c6e803df873088025b180e769dce77a044e9f97561430fac6d8d0e49175
0x623ef5d85d35cdc2428433dfe86b20d41eb37105921cbcf3bb00fac9423cc587
0x5c4319dd1e40da6fe18aa39eb1173eadb14a0f63f043d0bc6ba655a4d11909f2

Functions
Getter at block 20895766
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://bafybeiggtswhzmmgfkdt7dmbvux32dpgfxuycnxjkmkeuypwrltc3ltsfi/
freeMints(view returns (uint256)
99
maxFreePerWallet(view returns (uint256)
1
maxFreeSupply(view returns (uint256)
99
maxPerTx(view returns (uint256)
3
maxPerWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
333
name(view returns (string)
Inverted Minds
owner(view returns (address)
0x67c2066b65c0585529103eacf3b005c24af72d67
price(view returns (uint256)
3300000000000000
saleStarted(view returns (bool)
true
symbol(view returns (string)
IMNFT
teamSupply(view returns (uint256)
22
totalSupply(view returns (uint256)
333
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mintForTeam(uint256 amount
publicSale(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setFreeMintStart(
setMaxFreePerWallet(uint256 amount
setMaxFreeSupply(uint256 amount
setMaxSupply(uint256 amount
setTeamSupply(uint256 amount
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updatePrice(uint256 __price
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(