AlleyMentals

Verified contract

Active on Ethereum with 615 txns
Deployed by via 0xd5aedfbb at 17665170
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $620.33
0x257c13c8abcec6c332bc4d62b6c05d92d492d998bd2398e8a697dfa2b2ba8409
0x1a6776010b2c3256824f3817c1fbe827522ea222c182ac36e805c8bf5b67148b
0x5a95df6e2d20284c9459fa1d465c7af75e6c04ebac2dcf106dfdae7640370c2c
0x61ffedfd3bf12fc7f888ed48cd0e5f354abe82cee7516942471e70d06bde0b97
0xe09d12e8718a6dfcb1f5c8a27166e4f8791f7db761a6775d127ba5bf20f6e205
0xb9117160fa46eb0ccd63ca93fd9f6ac1caec8d0bc8fe9e8aef732a428718b1e5
From
0x07997f2cf22c48add4e41cc2611b24237b62cda7e6c7b7ab971344bf651a816e
0xc5baf803514551f723d64f66b12d3ebf26d0d2b212d8e6b2042dbcbd25592821
0xfc3b8cd5f80bc08e52abb1bb2bac3a4b66969fcc334d34593978b6ed340c7585
0x9f3b441c523fd65589e15fc758055a19786271a9a66e80351e8b94af5dfcc876

Functions
Getter at block 21385195
FREE_MINTS_AVAILABLE(view returns (uint256)
267
MAX_FREE_PER_WALLET(view returns (uint256)
1
MINT_PRICE(view returns (uint256)
6900000000000000
SALE_STARTED(view returns (bool)
true
TOTAL_SUPPLY(view returns (uint256)
8888
baseURI(view returns (string)
https://metadata.mentals.xyz/
name(view returns (string)
AlleyMentals
owner(view returns (address)
0x40b47212eedd06ff0f7a38fa5a7886d0470fc0ea
symbol(view returns (string)
MNTL
totalSupply(view returns (uint256)
941
Read-only
CLAIMS_PER_WALLET(addressview returns (uint256)
FREE_MINTS_PER_WALLET(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
approve(address touint256 tokenIdpayable 
claim(bytes32[] _proof
mint(uint256 _amountpayable 
privateMint(address _receiveruint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setFreeMintsAvailable(uint256 _amount
setMaxFreePerWallet(uint256 _amount
setMerkleRoot(bytes32 _value
setMintPrice(uint256 _price
setTotalSupply(uint256 _amount
setVault(address _address
toggleSaleStarted(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawToVault(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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