Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HASH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284239 | 2 hours ago | | | 0 | 0.00044704949 | |
| 20698614 | 3 months ago | | | 0 | 0.00010644778 | |
| 20698608 | 3 months ago | | | 0 | 0.00019825452 | |
| 20542202 | 3 months ago | | | 0 | 0.00021805366 | |
| 20428783 | 4 months ago | | | 0 | 0.00047185147 | |
| 20404634 | 4 months ago | | | 0 | 0.00039909693 | |
| 20346094 | 4 months ago | | | 0 | 0.00016084130 | |
| 20346038 | 4 months ago | | | 0 | 0.00047501180 | |
| 20343836 | 4 months ago | | | 0 | 0.00017459784 | |
| 20314227 | 4 months ago | | | 0 | 0.00075859190 |
ABI
ABI objects
Getter at block 21284687
activationFee() view returns (uint256)
1000000000000000000
baseTokenURI() view returns (string)
https://www.thehashes.xyz/api/token/
governanceCap() view returns (uint256)
1000
locked() view returns (bool)
false
mintFee() view returns (uint256)
0
name() view returns (string)
Hashes
nonce() view returns (uint256)
4094
owner() view returns (address)
0xbd3af18e0b7ebb30d49b253ab00788b92604552c
reservedAmount() view returns (uint256)
100
symbol() view returns (string)
HASH
totalSupply() view returns (uint256)
4094
version() view returns (string)
1
Read-only
balanceOf(address owner) view returns (uint256)
checkpoints(address, uint256) view returns (uint32 id, uint256 votes)
deactivated(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCurrentVotes(address _account) view returns (uint256)
getHash(uint256 _tokenId) view returns (bytes32)
getPriorVotes(address _account, uint256 _blockNumber) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
lastProposalIds(address) view returns (uint256)
numCheckpoints(address) 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)
verify(uint256 _tokenId, address _minter, string _phrase) view returns (bool)
State-modifying
Events activateTokens() payable returns (uint256 activationCount)
approve(address to, uint256 tokenId)
deactivateTokens(address _tokenOwner, uint256 _proposalId, bytes _signature) returns (uint256 deactivationCount)
generate(string _phrase) payable
lock()
redeem(uint256 _tokenId, string _phrase)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMintFee(uint256 _mintFee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
Activated(address indexed owner, uint256 indexed tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseTokenURISet(string baseTokenURI)
Deactivated(address indexed owner, uint256 indexed tokenId, uint256 proposalId)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Generated(address artist, uint256 tokenId, string phrase)
MintFeeSet(uint256 indexed fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address artist, uint256 tokenId, string phrase)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _mintFee, uint256 _reservedAmount, uint256 _governanceCap, string _baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.