Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "Hackoors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20195721 | 5 months ago | | | 0 | 0.000062735089 | |
| 20109276 | 5 months ago | | | 0 | 0.00011684633 | |
| 18986557 | a year ago | | | 0 | 0.0014064813 | |
| 18909095 | a year ago | | | 0 | 0.00052536710 | |
| 18880675 | a year ago | | | 0 | 0.0015471107 | |
| 18566621 | a year ago | | | 0 | 0.0013939221 | |
| 18498662 | a year ago | | | 0 | 0.0010282212 | |
| 17780582 | a year ago | | | 0 | 0.00088360887 | |
| 17623252 | a year ago | | | 0 | 0.0027906031 | |
| 17615633 | a year ago | | | 0 | 0.00083475081 |
ABI
ABI objects
Getter at block 21284546
name() view returns (string)
Hackoors
owner() view returns (address)
0xab7b0de7d7124ccc0b3da1a99459109eacd984d1
symbol() view returns (string)
HACK
totalSupply() view returns (uint256)
7999
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rarityScore(uint256 tokenId) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
closeMint()
mint(uint256 amount, uint256 balanceFlag)
renounceOwnership()
rescueERC20(address token, address recipient)
rescueERC721(address token, uint256 tokenId, address recipient)
revealImage(string revealedImageURI)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
sealScores()
setApprovalForAll(address operator, bool approved)
setOnchainArtAddress(address onchainArt_)
setRoyalty(address recipient, uint96 royaltyBips)
switchOnchainArt()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateScores(uint16[10][9] temp)
withdraw()
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(string preRevealImageURI)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InsufficientEther()
InvalidQueryRange()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintEnded()
MintToZeroAddress()
MintZeroQuantity()
NoContractsAllowed()
NoUniqueGenotypeFound()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ScoresAreSealed()
TokenDoesNotExist()
TooManyMintsRequested()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()