HEBI

Verified contract

Active on Ethereum with 6,206 txns
Deployed by via 0x77fd1b4d at 17460129
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HEBI"

0x995cadf41a1cf9355fb4526122c3cd513893eb2c9c3576aceee2d611ef381397
0x91352884c007477cf9a825e260266ad1a652d4275cb42b9dea3beb9411c579ba
0x881e650c9e834bb7416658aec1d69df608318836b90ed9f0215b88931eed8b86
0xb229a5d8b944b918866bab404415c64245527209a046005f334419e6833f1251
0x3d0f6775f6d9fd932ec9d758f5680d1e0deb92c131f22cd8a6c055004dfa8d07
0x2aeda8189013903f572317ef38cc422dbc2bf7ac6f403c3d4a3375aca5ad2339
0xd5bae42bda97f0696bbe20756bf399f00383840686519d145c1f6e2d6d9f913e
0xed55dd9f7ef88dd4155a24f8639c35c92c258c948fd8d276a25f85a6c58312d1
0xa17838867d0669423190bf8a1f9a2fbf855ca61ba35698c7e8fbce3230fcfd55
0x0f72a0d8c80420b11ac6ab44831345ed63f1d3a58cc7e735cc13cb61baa34cba

Functions
Getter at block 21402335
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmeEBD957UkfPD2zoui7iPyqUmy13MTc434tspNMhvKSGX/
freeMintsPerAddress(view returns (uint256)
1
maxMintsPerAddress(view returns (uint256)
10
maxSupply(view returns (uint256)
6620
name(view returns (string)
HEBI
owner(view returns (address)
0xa3ec86bb55e28d6f9c7e433d8654cbea57cb7471
price(view returns (uint256)
6000000000000000
salePaused(view returns (bool)
false
symbol(view returns (string)
HEBI
totalSupply(view returns (uint256)
6620
Read-only
addressMints(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint256 quantityaddress recipient
approve(address operatoruint256 tokenIdpayable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setFreeMintsPerAddressLimit(uint256 _freeMintsPerAddress
toggleSalePaused(
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(uint256 _maxSupplyuint256 _priceuint256 _maxMintsPerAddressuint256 _freeMintsPerAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(