Hasbulla NFT

Verified contract

Active on Ethereum with 16,059 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"

0xd7d861b5a6205ac5401d148b829bfedd41e63d09b70e6ee085c036b418967605
0x5a7c0e9c6536a98214641a693e37f3e341b39d0aebe25c7bb80765ce35734866
0x9ea4b86e534af8bed5b2a2a6a316d03f192f0fa38f62329f1293e2236cf5b4ea
0x2a4f694d16831d6b08a2709b938e0de6f319f6e9e813768133d9172362cbf6fc
0x02b7e8b79da5fb73a547bd1149f96f5e0470b053df34928eb8dff602d06ac9e1
0xb0bbf6a48ccb53b2c9b28fc3a63bac16fdc1a4002ac4d3ad1c4779be1ca21215
0xf9f39a159ddc7e632f34bbf7fdd78584734e9b719ed9ba7404d400ae1543bd2a
0x9f30372dee5619c54a2d3fa2eb0b35f41f3e04dbbe62c150fec3099b5551eda2
0x79fa8b2afcfa6887534e606175e60c27a588f7ee0eb086b09bcef9ce86f214b8
0x1526423177a8d7a92da5604e511e691bc023a49498492cb48bc8afb764887fa9

Functions
Getter at block 21310886
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(