Hashcards
Verified contract
Active on
Ethereum with 984 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Hashcards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20252805 | 5 months ago | | | 0 | 0.0037274400 | |
| 20252804 | 5 months ago | | | 0 | 0.000031062000 | |
| 19110019 | 10 months ago | | | 0 | 0.00042626853 | |
| 17046609 | 2 years ago | | | 0 | 0.0013052073 | |
| 16721676 | 2 years ago | | | 0 | 0.0011848829 | |
| 16655401 | 2 years ago | | | 0 | 0.0018101515 | |
| 16470177 | 2 years ago | | | 0 | 0.00076992519 | |
| 16198435 | 2 years ago | | | 0 | 0.00070327362 | |
| 15893805 | 2 years ago | | | 0 | 0.00076844344 | |
| 15889653 | 2 years ago | | | 0 | 0.00065109660 |
ABI
ABI objects
Getter at block 21383085
MAX_NFT_SUPPLY_PHASE_ONE() view returns (uint256)
900
MAX_NFT_SUPPLY_PHASE_THREE() view returns (uint256)
2100
MAX_NFT_SUPPLY_PHASE_TWO() view returns (uint256)
1500
PROOF_HASH() view returns (string)
f7a0f078ab1dfb70bba47fbb38816ff750a4c6392f84437f8bdf6329095e413c
REVEAL_TIMESTAMP() view returns (uint256)
1620388599
SALE_STARTED() view returns (bool)
true
SALE_START_TIMESTAMP() view returns (uint256)
1618574199
baseURI() view returns (string)
https://nft.round.xyz/
currentPhase() view returns (uint8)
3
name() view returns (string)
Hashcards
owner() view returns (address)
0xc69e1a7aa9d603a11c2fe2ce967418205cbc5fbf
startingIndex() view returns (uint256)
47
startingIndexBlock() view returns (uint256)
12341707
symbol() view returns (string)
HCT
totalSupply() view returns (uint256)
2100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
finalizeStartingIndex()
mintCard(uint256 _noOfCards)
mintCardDelegate(uint256 _noOfCards, address _receiver)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
rescueStuckNFT(address _receiver, bool _status)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.