Minesville

Verified contract

Active on Ethereum with 1,848 txns
Deployed by via 0x5a8c7a87 at 15702954
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Minesville"

0x1ccee9f3d59b05b6039ecabe836bb172d8ce7637b34c6c88f7fab228b779849f
0x38565fe0a722f2bb55bf22a7ae25bbf2fc14db563e8e2a1d81ba410a3d388589
0xe59f83c433f2c4f41ae976668b34c2c8b25497e8133edd6c1cbdc622a7fc3e77
0x4f1b86cf5e913d54d8ff607e94d90381dea37483e90de062dfb60d46efcdedda
0x753ca0f7b8a695779841fa3692e26f1b82688ad61ec2b38e3820556e5f73640a
0xa1991345673fe318b3949f911838f36da2a62d302ae7d0bb678ce41f9ba8cde8
0x1fc39e057a87a9282912110cc8b7b45eb1802dbef2288d502ac4f518f1cd0bf7
0x586fdbed44aca049f035b5b0af33f9cb004c505a63e59a5d89ebd75adbd5a443
0x08e9d62b8d2e760b910c7fe009c33782bc7f931945e99abba31673a7243cbd40
From
0x8d012f1ae09dc25d369f7d83edab47f6a430e7c928de5d5985cc01f3081c7314

Functions
Getter at block 21046179
cost(view returns (uint256)
3000000000000000
freeAmount(view returns (uint256)
1
freeSupply(view returns (uint256)
470
maxMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
3000
name(view returns (string)
Minesville
owner(view returns (address)
0x533a4a206cdd10be26f6fc9cfb803cc9abf71770
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
MINESVILLE
totalSupply(view returns (uint256)
1915
uriPrefix(view returns (string)
ipfs://QmUaCuF5iJjBPNsyj6JfoZyW2yABp5JEP548S7Cgu1hEiK/boxed.json
uriSuffix(view returns (string)
.json
whitelist(view returns (address)
0x533a4a206cdd10be26f6fc9cfb803cc9abf71770
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeClaimed(addressview 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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFree(uint256 _amount
setFreePerWallet(uint256 _amount
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelist(address _address
teamMint(uint256 quantity
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(