The Manny Art

Verified contract

Active on Base with 409 txns
Deployed by via 0xb20a270c at 3631092
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Manny Art"

0x2737c6370411d4698c2a9831c10f45afe53ec818e175d513eec0668275ee219f
0x6b4d6c8511cadb4e41a50b9f6c7e084dca44880754a34be22c92b0cf28bc4a53
0xeb5ede28240b9c9c1af0f1c5116eb73b28e0e55465023a534360a4d5bb3837b2
0x5f61cbbf81ede426fc180f0aafbc711245a1c8f8b63114ed88bfab75789c2f6c
0xf1ec8ea5329aad937f38bd8e2a49753c791f555f016aa4aaa635c03581a9bc6e
0xba987a7e74bf971931e52c4eacb34c02d3c27fdd35353bd717fd1ea632a110fa
0xe9b9ba664c3bcb7a471e6dd6d28ff500589860cf0c198f123f92294169f30d78
0xdee1235b56992f35b7cd4f6149ed1a308a3cecfb7f0dcb6b882045e8b34addf8
0x4d23bcc3b913e0165866fd91e23342e2ee8610b2ff113a62fca73afe24cda734
0xa04f10807fd24d9973c8d5d9acdfc58c900cfe84d6eb582a158f04c7a7b5bf10

Functions
Getter at block 22944748
MAX_FREE_PER_WALLET(view returns (uint256)
2
MAX_MINTS_PER_TX(view returns (uint256)
200
NUM_FREE_MINTS(view returns (uint256)
28000
PUBLIC_SALE_PRICE(view returns (uint256)
90000000000000
baseTokenURI(view returns (string)
ipfs://QmNQL5xJWMuFikrAAPLmPpyrbKwGAoH9h85dDqsSPGKPYH/
freeNFTAlreadyMinted(view returns (uint256)
18803
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
30000
name(view returns (string)
The Manny Art
owner(view returns (address)
0xd36a265e33eb9b9b14096a3490454bf65e97282a
symbol(view returns (string)
TMA
totalSupply(view returns (uint256)
18843
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview 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 
mintwithRewards(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdrawAll(payable 
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(