HeavenComputer
Verified contract
Active on
Ethereum with 17,400 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 "HeavenComputer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139092 | 4 days ago | | | 0 | 0.00067936891 | |
| 21139078 | 4 days ago | | | 0 | 0.0012413770 | |
| 21139043 | 4 days ago | | | 0 | 0.0015219680 | |
| 21103795 | 8 days ago | | | 0 | 0.00015892755 | |
| 21097427 | 9 days ago | | | 0 | 0.00019950867 | |
| 21097384 | 9 days ago | | | 0 | 0.00019363680 | |
| 21085250 | 11 days ago | | | 0 | 0.00072494291 | |
| 21082734 | 11 days ago | | | 0 | 0.0052977123 | |
| 21081764 | 12 days ago | | | 0 | 0.00037339664 | |
| 21070902 | 13 days ago | | | 0 | 0.00037184136 |
ABI
ABI objects
Getter at block 21164276
admin() view returns (address)
0xd6a145cd22fab6fdf7a3bf4d9f51a6812efad5b2
contractURI() pure returns (string)
ipfs://QmeMAyCb5VVigXkb9MFhpPLXkbRGUV2ECYoc39J4WBq7JA
name() view returns (string)
HeavenComputer
nextCollectionId() view returns (uint256)
3
symbol() view returns (string)
HVN
totalSupply() view returns (uint256)
8715
Read-only
balanceOf(address owner) view returns (uint256)
collectionIdToTokenIds(uint256, uint256) 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)
tokenIdToCollectionId(uint256) view returns (uint256)
tokenIdToHashes(uint256, uint256) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
viewAllCollectionTokens(uint256 _collectionId) view returns (uint256[])
viewCollectionDetails(uint256 _collectionId) view returns (string name, uint256 tokenPriceInWei, uint256 invocations, uint256 maxInvocations, bool paused, bool locked)
viewCollectionScript(uint256 _collectionId) view returns (string)
State-modifying
Events addBaseURI(string _newBaseURI, uint256 _collectionId)
addCollection(string _name, uint256 _tokenPriceInWei, uint256 _maxInvocations)
addCollectionScript(uint256 _collectionId, string _script)
approve(address to, uint256 tokenId)
lockCollection(uint256 _collectionId)
pauseCollection(uint256 _collectionId)
purchase(uint256 _collectionId) payable returns (uint256 _tokenId)
purchaseTo(address _to, uint256 _collectionId) payable returns (uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed _to, uint256 indexed _tokenId, uint256 indexed _collectionId, uint256 _invocations, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.