HoppiCarrot

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbdf9d5fc at 16768086
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
5 additional variables

No balances found for "HoppiCarrot"

No transactions found for "HoppiCarrot"


Functions
Getter at block 21123368
devMultiSigWallet(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getPublicSaleConfig(uint256 typeIdview returns (struct HoppiCarrotSaleConfig)
hoppiLoverMintInfo(uint256addressview returns (uint256 bonusMintAmountbool freeClaimeduint256 totalMintedAmount)
isApprovedForAll(address accountaddress operatorview returns (bool)
isFreeMintEnabled(uint256view returns (bool)
mintInfo(uint256view returns (uint256 devReserveAmountsuint256 maxSupplyAmountsbool carrotTypes)
referralAddresses(stringview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 typeIdview returns (string)
State-modifying
__DefaultOperatorFilterer_init(
__OperatorFilterer_init(address subscriptionOrRegistrantToCopybool subscribe
addNewCarrotType(uint256 typeIduint256 amount
bonusMint(uint256 typeId
burnCarrots(uint256 typeIduint256 amount
burnCarrotsBatch(uint256[] typeIdsuint256[] amounts
devMint(uint256[] typeIdsuint256[] amounts
devMintTo(address touint256[] typeIdsuint256[] amounts
feedCarrots(address walletAddressuint256 typeIduint256 amount
feedCarrotsBatch(address walletAddressuint256[] typeIdsuint256[] amounts
freeMint(uint256 typeIduint256 amountaddress referralWalletAddressbytes signature
initialize(string _namestring _symbolstring _initBaseURIaddress devMultiSigWallet_uint96 royalty_struct HoppiCarrotPuclicSaleConfigCreate publicSaleConfigaddress _freeMintSignerAddress
publicMint(uint256 typeIduint256 amountpayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setDevMultiSigAddress(address _address
setFreeMintValidator(address freeMintSignerAddress_
setHoppiContractAddress(address hoppiContractAddress
setPublicSaleConfig(uint256 typeIduint256 maxPerTransactionuint256 unitPrice
setPublicSaleStatus(uint256 typeIdbool enabled
setRoyaltyInfo(address receiveruint96 feeBasisPoints
toggleFreeMintAndPublicSale(uint256 typeIdbool enabled
toggleFreeMintEnabled(uint256 typeId
transferOwnership(address newOwner
updateBaseUri(string _baseURI
updateCarrotTypes(uint256 typeIdbool isAvailable
updateDevMultiSigWallet(address newWallet
updateMaxSupply(uint256 typeIduint256 amount
updateMintInfo(uint256 typeIdstruct HoppiCarrotMintInfo mintInfo_
withdrawETHBalanceToDev(
withdrawTokensToDev(address token
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DevMultiSigWalletChanged(address indexed previousWalletaddress indexed newWallet
Initialized(uint8 version
NFTMinted(address _owneruint256 typeIduint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SaleStatusChange(uint256 typeIduint256 indexed saleIdbool enabled
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FreeMintNotEnabled(
OperatorNotAllowed(address operator
SetDevMultiSigToZeroAddress(