Crocamigos

Verified contract

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

No balances found for "Crocamigos"

0x1204703d1f699b14f5800917dcbb914d2cb7e57b758fc029f9fdb80e8c323325
0x3aaf91bf81788b27d5097f7a195fc9d2db39e6753e71b4fa09c44e3d0e39da55
0x8df9be7eda709a2a3c8c16aa745e2bd4a53ad45818dc1992bfbf80d865cc7365
0x385a8e84e14c5df6d4d127b115c9b92867d0e4d1b24310e3280cf15a5d424995
0x2b958bfef3e15e200051f70b9c0c6b2f497cd1c4e2ede3af2ddb4c4c4f7686d8
0x79c4c71bd062750e86eaf7013b8b17fe9b448737112edc9e902cb2d8b3c6d150
0xc376863aa9dd401ce7b88f0c68dc95583a63752b02db46b28120d3ab6ebae372
0xf092c9ff10c24e04558ce97f7558626f966288c60376b57d5c88f8d8542648ed
0x81a1da850d7a94be74f1882f4d0bd207383cf60c9d027138d7be62260c2a6d05
0xa14f726d2fa996f38ecde7449af84180b304538ab70e8ed6bd648ce078366dd6

Functions
Getter at block 21422345
MAX_SUPPLY(view returns (uint256)
4321
baseURI(view returns (string)
ipfs/QmTpReV93wohSpsLht9huUGDCRonqs4LxXnxfyCf9XLSnF/
maxWallet(view returns (uint256)
10
name(view returns (string)
Crocamigos
owner(view returns (address)
0xdc05af2531b25d791888c5da66ce6afcb32b4423
publicSalePrice(view returns (uint256)
0
sellingStep(view returns (uint8)
1
symbol(view returns (string)
Crocamigos
totalSupply(view returns (uint256)
4321
Read-only
balanceOf(address ownerview returns (uint256)
freeMintAmount(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmountNFTsperWalletPublicSale(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
batchAirdrop(uint256[] quantitiesaddress[] recipients
changeMaxSupply(uint256 newValue
changeMaxWallet(uint256 newValue
changePrice(uint256 newPrice
freeMint(
mint(uint256 _quantitypayable 
mintForOwner(uint256 _quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURI
setStep(uint256 _step
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
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(
ArrayMismatch(
BalanceQueryForZeroAddress(
MaxWalletExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEnoughPrice(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
StepNotLive(
SupplyExceeded(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(