Hasbulla NFT

Verified contract

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

No balances found for "Hasbulla NFT"

0xd1efb60bedcb1ed6f71eb6f830110689c84188542561ed7503ff44b357e2f58e
0x00677a22dcfeb6691a030ebb1f0d8986719be6e5e82172130411e719421ed142
0x6b52145ee845d93ec8130d4dbbc1ca3ae5a27597eb5bcddc53bcce36c079e076
From
0x97bd68cb4eca5ac8fed250f3fcd88c54610a469da66dbfe411aba401d0debab4
0xfaf80b64d49b05491077eb8ccfa20815fc86c4102d66bf7842ab669ea26b722d
0x8ae3d7c6c7e1c2586bb64f7cdf61fe8d42590e18e662850e06c5ad391125cfed
0x753c75239719ac3cf30d128cf3fb726a06f99cbd0690dcd6e051eee4abcd40ff
0x23a99d77e4fcdbff733997f25af0b611dd809d54119786a729867c647a291639
0x2a786b6c0be1be8e43c89c365b1cfc15f6603081cd66c15c2b0d4c382fcc503a
0x7ac0414f8fb2e7d9ac0a2b4bc741d948f5de1abbe13a1ee642fe6f2336570877

Functions
Getter at block 20882590
GENESIS_HOLDERS_AMOUNT(view returns (uint256)
2000
MAX_MINTS_WALLET_PUBLIC(view returns (uint256)
2
MAX_MINTS_WALLET_WHITELIST(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
10000
PRICE_PUBLIC(view returns (uint256)
69000000000000000
PRICE_WHITELIST(view returns (uint256)
50000000000000000
PublicMintActive(view returns (bool)
false
TEAM_AMOUNT(view returns (uint256)
250
VIPS_AIRDROP_AMOUNT(view returns (uint256)
200
WhitelistMintActive(view returns (bool)
false
_minted(view returns (uint256)
10000
isTeamMintedForGenesisHolders(view returns (bool)
true
isTeamMintedForVIPs(view returns (bool)
true
name(view returns (string)
Hasbulla NFT
owner(view returns (address)
0x891e2a40cdca0cf0a1157abb271859abfc319b08
root(view returns (bytes32)
0x67777b0e08a59c16b42bf14550ce5017bc295827f9796dea84e6a3810a5b0b79
symbol(view returns (string)
HASBI
totalSupply(view returns (uint256)
10000
uriPrefix(view returns (string)
ipfs://bafybeievwilk2fdrkx3ir6gjbzroynysjk754t4c2tqwv4czaptfhbimqa/
uriSuffix(view returns (string)
.json
Read-only
ClaimedPublic(addressview returns (uint256)
ClaimedWhitelist(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
PublicMint(uint256 amountpayable 
TeamMint(uint256 amount
TeamMintForGenesisHolders(
TeamMintForVIPs(
WhitelistMint(uint256 amountbytes32[] proofpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _root
setPublicMintActive(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintActive(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawMoney(
withdrawMoneyTo(address payoutAddress
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(
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(