Hashmasks
Verified contract
Active on
Ethereum with 38,139 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 ($72.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRAX | ERC-20 | 69 | $0.995738 |
$68.71 | |
FXS | ERC-20 | 1.234568 | $2.76 |
$3.41 | |
SELF | ERC-20 | 15.211K | -- | -- | |
NCT | ERC-20 | 3.66K | -- | -- | |
GM | ERC-721 | 1 | -- | -- | |
HM | ERC-721 | 1 | -- | -- | |
3DGM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256264 | 2 hours ago | | | 0 | 0.00039855128 | |
| 21251851 | 17 hours ago | | | 0 | 0.0013984304 | |
| 21249707 | a day ago | | | 0 | 0.0013793608 | |
| 21235201 | 3 days ago | | | 0 | 0.00052663136 | |
| 21230248 | 4 days ago | | | 0 | 0.0011685246 | |
| 21230247 | 4 days ago | | | 0 | 0.0011635358 | |
| 21227750 | 4 days ago | | | 0 | 0.00046170508 | |
| 21226862 | 4 days ago | | | 0 | 0.00046280000 | |
| 21226383 | 4 days ago | | | 0 | 0.00050349482 | |
| 21224931 | 4 days ago | | | 0 | 0.00063291765 |
ABI
ABI objects
Getter at block 21256849 getNFTPrice() view returns (uint256)
HASHMASKS_PROVENANCE() view returns (string)
df760c771ad006eace0d705383b74158967e78c6e980b35f670249b5822c42e1
MAX_NFT_SUPPLY() view returns (uint256)
16384
NAME_CHANGE_PRICE() view returns (uint256)
1830000000000000000000
REVEAL_TIMESTAMP() view returns (uint256)
1613055600
SALE_START_TIMESTAMP() view returns (uint256)
1611846000
name() view returns (string)
Hashmasks
owner() view returns (address)
0x2d2502becc9b6e01220ca3101e52cf1a76e16c39
startingIndex() view returns (uint256)
10141
startingIndexBlock() view returns (uint256)
11773588
symbol() view returns (string)
HM
totalSupply() view returns (uint256)
16384
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintedBeforeReveal(uint256 index) view returns (bool)
isNameReserved(string nameString) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenNameByIndex(uint256 index) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
validateName(string str) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
changeName(uint256 tokenId, string newName)
finalizeStartingIndex()
mintNFT(uint256 numberOfNfts) payable
renounceOwnership()
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)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NameChange(uint256 indexed maskIndex, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address nctAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.