UNCLEMAX

Verified contract

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

No balances found for "UNCLEMAX"

0x135e53d3466292e036cded383e7d1be942652110f89c1c2be10ce24a7a56b67d
0x508ee6df0920600444ba386a616342026b7cec79ea7b2b13961373d4c87dd811
0xf53218a2779fe888806500be123c97706e691b3a2ceee8e09f086b4252ee86e8
0xa58894b174fcef9176941c0b7ca54f33d295f5748f68911e973a757171f8a150
0x8fabf21ca1931fb5447f1580e03e341a66c3ad67a17806cfdc4177b2ec89e500
0x18abcaea40fe5515d63036832162e440164993ecbe5173f5f3e18e4541c99065
0x64db5bc1078ca8da006d9da217f13fcf58299b4d593a4b1a6eb1cc996d1a3492
0x25adeb078be0ad51fc3dc13056b5d09405a7547d39f1882ce960f6536d4b1fc5
0x7dcf1d885fd48ef2f4a52254fe4203d7de4b4e5e1814f7f312b26f5953fb965a
0xc0a698073aef117a85a080e26adfe226760745645f1854960b583af05856cc1b

Functions
Getter at block 20916107
MAX_SUPPLY(view returns (uint256)
1111
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
freeMintTill(view returns (uint256)
333
freeMintTracker(view returns (uint256)
333
isActive(view returns (bool)
false
isWhitelistSaleActive(view returns (bool)
false
maximumAllowedTokensPerPurchase(view returns (uint256)
3
merkleRoot(view returns (bytes32)
0x73288418d679fe64f9bf29e91bc4ed8ba07bdea3dc46298715fe52d4d8fba2ae
mintPrice(view returns (uint256)
9800000000000000
name(view returns (string)
UNCLEMAX
owner(view returns (address)
0xa00dc4b9b6e216acb764ecff4ee072dd456ad7d4
publicWalletLimitation(view returns (uint256)
3
symbol(view returns (string)
UM
totalSupply(view returns (uint256)
777
whitelistWalletLimitation(view returns (uint256)
3
Read-only
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 operatoruint256 tokenIdpayable 
devMint(uint256 _countaddress _address
mint(uint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeMintTill(uint256 _count
setMaxMintSupply(uint256 _maxMintSupply
setMaximumAllowedTokensPerPurchase(uint256 _count
setMerkleRootHash(bytes32 _rootHash
setMintPrice(uint256 _price
setPublicSaleWalletLimitation(uint256 _count
setWhitelistSaleWalletLimitation(uint256 _maxMint
toggleSaleStatus(
toggleWhiteslistSaleStatus(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _countpayable 
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 baseURI
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(