HoppiCarrot
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
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
Balances ($0.00)
No balances found for "HoppiCarrot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HoppiCarrot"
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getPublicSaleConfig(uint256 typeId) view returns (struct HoppiCarrotSaleConfig)
hoppiLoverMintInfo(uint256, address) view returns (uint256 bonusMintAmount, bool freeClaimed, uint256 totalMintedAmount)
isApprovedForAll(address account, address operator) view returns (bool)
isFreeMintEnabled(uint256) view returns (bool)
mintInfo(uint256) view returns (uint256 devReserveAmounts, uint256 maxSupplyAmounts, bool carrotTypes)
referralAddresses(string) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 typeId) view returns (string)
State-modifying
Events __DefaultOperatorFilterer_init()
__OperatorFilterer_init(address subscriptionOrRegistrantToCopy, bool subscribe)
addNewCarrotType(uint256 typeId, uint256 amount)
bonusMint(uint256 typeId)
burnCarrots(uint256 typeId, uint256 amount)
burnCarrotsBatch(uint256[] typeIds, uint256[] amounts)
devMint(uint256[] typeIds, uint256[] amounts)
devMintTo(address to, uint256[] typeIds, uint256[] amounts)
feedCarrots(address walletAddress, uint256 typeId, uint256 amount)
feedCarrotsBatch(address walletAddress, uint256[] typeIds, uint256[] amounts)
freeMint(uint256 typeId, uint256 amount, address referralWalletAddress, bytes signature)
initialize(string _name, string _symbol, string _initBaseURI, address devMultiSigWallet_, uint96 royalty_, struct HoppiCarrotPuclicSaleConfigCreate publicSaleConfig, address _freeMintSignerAddress)
publicMint(uint256 typeId, uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setDevMultiSigAddress(address _address)
setFreeMintValidator(address freeMintSignerAddress_)
setHoppiContractAddress(address hoppiContractAddress)
setPublicSaleConfig(uint256 typeId, uint256 maxPerTransaction, uint256 unitPrice)
setPublicSaleStatus(uint256 typeId, bool enabled)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
toggleFreeMintAndPublicSale(uint256 typeId, bool enabled)
toggleFreeMintEnabled(uint256 typeId)
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
updateCarrotTypes(uint256 typeId, bool isAvailable)
updateDevMultiSigWallet(address newWallet)
updateMaxSupply(uint256 typeId, uint256 amount)
updateMintInfo(uint256 typeId, struct HoppiCarrotMintInfo mintInfo_)
withdrawETHBalanceToDev()
withdrawTokensToDev(address token)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DevMultiSigWalletChanged(address indexed previousWallet, address indexed newWallet)
Initialized(uint8 version)
NFTMinted(address _owner, uint256 typeId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleStatusChange(uint256 typeId, uint256 indexed saleId, bool enabled)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
FreeMintNotEnabled()
OperatorNotAllowed(address operator)
SetDevMultiSigToZeroAddress()