HALO NFT
Verified contract
Active on
Ethereum with 3,544 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 "HALO NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106579 | a month ago | | | 0 | 0.000093819945 | |
| 20654241 | 3 months ago | | | 0 | 0.000048953560 | |
| 20380044 | 5 months ago | | | 0 | 0.00016169199 | |
| 20165587 | 6 months ago | | | 0 | 0.00015008816 | |
| 20079550 | 6 months ago | | | 0 | 0.00026217202 | |
| 20079549 | 6 months ago | | | 0 | 0.00025745470 | |
| 19786917 | 7 months ago | | | 0 | 0.00013328923 | |
| 19724011 | 8 months ago | | | 0 | 0.00024510783 | |
| 19127053 | 10 months ago | | | 0 | 0.0013659044 | |
| 19104177 | a year ago | | | 0 | 0.00055880681 |
ABI
ABI objects
Getter at block 21411483
INVENTORY() view returns (uint256)
5050
name() view returns (string)
HALO NFT
owner() view returns (address)
0xed903811c396d5fcc136372e287aa83e13798743
parameters() view returns (uint256 inventory, uint256 privatePrice, uint256 publicPrice, uint256 mintLimit, uint256 privateStart, uint256 publicStart, uint256 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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwner(uint256 nftID, address owner) view returns (bool isNFTOwner)
listMyNFT(address owner) view returns (uint256[] tokens)
mintedNunber(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verify(address _user, bytes _signatures) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address wallet, uint256 amount)
purchaseNFT(uint256 amount) payable
purchaseWhitelist(uint256 amount, bytes sign) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseData(bool isRevealed, string uri)
setReveal(bool reveal_)
transferFrom(address from, address to, uint256 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 wallet, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseEvent(address purchaseWallet, uint256 nftID, uint256 purchaseTimestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()