Hypercards by HyperCard
Verified contract
Active on
Ethereum with 2,268 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 "Hypercards by HyperCard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20251541 | 4 months ago | | | 0 | 0.000082048669 | |
| 18910295 | 10 months ago | | | 0 | 0.00045370291 | |
| 18881703 | a year ago | | | 0 | 0.0023390404 | |
| 18839032 | a year ago | | | 0 | 0.0012475637 | |
| 18154965 | a year ago | | | 0 | 0.00036321811 | |
| 17961843 | a year ago | | | 0 | 0.00065987952 | |
| 16824539 | 2 years ago | | | 0 | 0.00076479805 | |
| 16783550 | 2 years ago | | | 0 | 0.0015834723 | |
| 16781928 | 2 years ago | | | 0 | 0.00082924104 | |
| 16767581 | 2 years ago | | | 0 | 0.0011742570 |
ABI
ABI objects
Getter at block 21177439
isPublicSaleOn() view returns (bool)
true
name() view returns (string)
Hypercards by HyperCard
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xebb7facea2ba0f9eafa25a072c4b189e54fcad38
symbol() view returns (string)
HCARD
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
devMint(uint256 quantity)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPublicSaleState(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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.