MinimalistGuys

Verified contract

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

No balances found for "MinimalistGuys"

0xebdee9fe2f7776dfc7bfdbee0a08ced0695c9f641554d15d124b12a32226dd59
0x01464b3edab0b6df38314550a3a46cb5ab4c90157db9a99b476d32a2dbcf61a6
0x99fa747065569dd754bf782dcb68fe95c638104038849d8c029db0629afe9961
0xaaef43e213e16dfa350a8f17306d78b1d88630df8cdc43e12238d93a327dd120
0xf17296e6ac0d744777f3a89c347d9e942c079d7c655e02be18a6b80da98df876
0x2098114daec3347b55453901cfbe39f614e98554d5086b5c4c3e14f9651f58bd
0xe5f2bf15e3e15c8369b2f19f8eccf69a96f4589bbbe9c929ab840dd85198c206
0xab17f30a7d6c523d5ca6d37e1f8c9e5660df3b74b9f03500460e8d624de78891
0x0a60df9314c4079deb9f641fb55f1fc8e85586203a89cbf6cc1b6d7408e9f0f7
0x5e1ef6a6b8ad70f702a785ed65401d541aa65a6c011f2bb6f8fc4e45f39b8428

Functions
Getter at block 20911525
_baseTokenURI(view returns (string)
ipfs://bafybeiedp3i6ghj7lulvv3vvdmtcel6ppquylkfabcr4bvcfmo6j6d5t4y/
maxPerTransaction(view returns (uint256)
3
maxPerWallet(view returns (uint256)
3
merkleRoot(view returns (bytes32)
0x29a20d7645bd32b16646cd1b879d7c9f3c9d8bc57d31819c0f5727bafac5e5fd
name(view returns (string)
MinimalistGuys
owner(view returns (address)
0xe3363f8d685a401f0c470340e2d80cf94e9f8896
presaleMaxPerTransaction(view returns (uint256)
3
presaleMaxPerWallet(view returns (uint256)
3
presalePrice(view returns (uint256)
0
presaleSupply(view returns (uint256)
4500
price(view returns (uint256)
0
saleState(view returns (uint8)
1
supply(view returns (uint256)
5000
symbol(view returns (string)
MIN
totalSupply(view returns (uint256)
5000
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
batchMint(uint64[] qtysaddress[] recipients
burn(uint256 tokenId
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setPerTransactionMax(uint256 _val
setPerWalletMax(uint256 _val
setPresalePerTransactionMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
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 _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidBatchMint(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(