Hasbulla NFT
Verified contract
Active on
Ethereum with 16,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hasbulla NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21310208 | 2 hours ago | | | 0 | 0.00086272639 | |
| 21309203 | 6 hours ago | | | 0 | 0.00085789384 | |
| 21308305 | 9 hours ago | | | 0 | 0.00091304814 | |
| 21306183 | 16 hours ago | | | 0 | 0.00044610186 | |
| 21306082 | 16 hours ago | | | 0 | 0.00061536704 | |
| 21305537 | 18 hours ago | | | 0 | 0.00036872369 | |
| 21305184 | 19 hours ago | | | 0 | 0.00039588212 | |
| 21304815 | 20 hours ago | | | 0 | 0.00049969552 | |
| 21303612 | a day ago | | | 0 | 0.00062715717 | |
| 21302597 | a day ago | | | 0 | 0.00071041679 |
ABI
ABI objects
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(address) view returns (uint256)
ClaimedWhitelist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events PublicMint(uint256 amount) payable
TeamMint(uint256 amount)
TeamMintForGenesisHolders()
TeamMintForVIPs()
WhitelistMint(uint256 amount, bytes32[] proof) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _root)
setPublicMintActive(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintActive(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawMoney()
withdrawMoneyTo(address payoutAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()