HALO NFT

Verified contract

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

No balances found for "HALO NFT"

0x7255cc8e560837e165f0be997048810f4dd06c9731d661cb2fcd12ebb1672864
0x9f1bfc1f4b94cb34cebc6fe1a8858671d06f88acc86abd0c0b855227a70ea051
0xf761254e3d846a61e096791ba39e2d08bf724f7914f0ec23b15cf0585c5574f7
0xa3440267628f32667a05c2466c78f17ed96824fee1412baa59dc888c44deb686
From
0xf24d87b409795b9764c2fae8930dbff82c3959aea75fc34a169ffabb5ea6edad
0x8550b04a075d07f1b9bc3c5359621aeb7030c0e070c31ba4a4b2fd38d789512d
0x0bd863025c98996b36a472ffc03daf6a83c51a6e760914adb07ce401ad478387
0xc8161669bf59210250ea0a9730d24a80f2422d5575c6c08a1ae0ad42b06bb276
0xaed7d4da8911722a8634dab633af428464161de3043d2232c240a7f82c89bab8
0xa581345d2ea3b62f53b749091a730075e736b34eef95c784717c581135d8130f

Functions
Getter at block 21411483
INVENTORY(view returns (uint256)
5050
name(view returns (string)
HALO NFT
owner(view returns (address)
0xed903811c396d5fcc136372e287aa83e13798743
parameters(view returns (uint256 inventoryuint256 privatePriceuint256 publicPriceuint256 mintLimituint256 privateStartuint256 publicStartuint256 sellType)
(inventory=5050, privatePrice=2000000000000000000, publicPrice=0, mintLimit=0, privateStart=1654430400, publicStart=0, sellType=1)
querySellType(view returns (uint256)
1
symbol(view returns (string)
HALO
totalSupply(view returns (uint256)
662
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOwner(uint256 nftIDaddress ownerview returns (bool isNFTOwner)
listMyNFT(address ownerview returns (uint256[] tokens)
mintedNunber(address addrview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
verify(address _userbytes _signaturesview returns (bool)
State-modifying
approve(address touint256 tokenId
batchMint(address walletuint256 amount
purchaseNFT(uint256 amountpayable 
purchaseWhitelist(uint256 amountbytes signpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseData(bool isRevealedstring uri
setReveal(bool reveal_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBlindboxURI(string url
updateInventory(uint256 inventory_
updateMintLimit(uint256 limit_
updatePriceN(uint256 price_
updatePriceW(uint256 price_
updatePrivateSale(uint256 time_
updatePublicSale(uint256 time_
updateSigner(address signer_
withdrawETH(address wallet
withdrawTo(address walletuint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseEvent(address purchaseWalletuint256 nftIDuint256 purchaseTimestamp
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(