HoppisCarrots
Verified contract
Proxy
Active on
Ethereum with 5,924 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
9 additional
variables
Balances ($0.00)
No balances found for "HoppisCarrots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046621 | 11 days ago | | | 0 | 0.00026826420 | |
| 21042534 | 11 days ago | | | 0 | 0.00029349077 | |
| 20716695 | 2 months ago | | | 0 | 0.00011035028 | |
| 20641616 | 2 months ago | | | 0 | 0.000099874925 | |
| 20505806 | 3 months ago | | | 0 | 0.00015272463 | |
| 20388976 | 3 months ago | | | 0 | 0.00015070274 | |
| 20323049 | 4 months ago | | | 0 | 0.00019639792 | |
| 19640419 | 7 months ago | | | 0 | 0.00084740723 | |
| 19230273 | 9 months ago | | | 0 | 0.00064694277 | |
| 19104192 | 9 months ago | | | 0 | 0.00059003333 |
ABI
ABI objects
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 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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
FreeMintNotEnabled()
OperatorNotAllowed(address operator)
SetDevMultiSigToZeroAddress()