HoppisCarrots

Verified contract

Proxy

Active on Ethereum with 5,924 txns
Deployed by via 0x90807cfe at 16768088
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
9 additional variables

No balances found for "HoppisCarrots"

0xaa90cd72684fcb41eef042a40633a5d9846798371c6e65d296eb67e14a0f86e2
0x240c31f707bbc1320f59038f61967714c360c3604657700942cc9d0052ea4e26
From
0xa94176a1f3ef40779393357c346e31ad7b8023c38c6f3c6504cc84f90a626c33
0x92c3777f757da07b5dff5682db039d69b2ed9bafc4aaa981f7fef4458ff48997
0x72fac4117f006d17f43304bc78e0301fa5c963f9a2ff802ebc5bdd140daecb30
0xcc91ee5a5f1332cf2867e5903cbab07005894340633cf8703fcd3431df4bf327
0xbe9febbb300e4b421961a5bbd1cff17d2a5258e01a8a248a2b48cfb4c4271edf
0x7da0803915c7d8dbd4c6848b8a6b4f67ac74523715c592b7882609660ced8b66
0xc9c9ec108e6ab286b27ea90b7a40c38b5f7d98f3816a164a0a8e79fba1fb66ba
0x2586488068f3e7e1b4133911fb0f4f056dfd8a1c77954c4782e6a02b4b218543

Functions
Getter at block 21123368
devMultiSigWallet(view returns (address)
0x274851d66ea94d3e888133ab00f98526b1772743
name(view returns (string)
HoppisCarrots
owner(view returns (address)
0x274851d66ea94d3e888133ab00f98526b1772743
symbol(view returns (string)
CARROT
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
__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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
FreeMintNotEnabled(
OperatorNotAllowed(address operator
SetDevMultiSigToZeroAddress(