HashGuiseGenOne
Verified contract
Active on
Ethereum with 6,695 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HSGS1 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982423 | a month ago | | | 0 | 0.00020567137 | |
| 20933528 | a month ago | | | 0 | 0.00021688332 | |
| 20884528 | 2 months ago | | | 0 | 0.00057856465 | |
| 20884455 | 2 months ago | | | 0 | 0.00057673639 | |
| 20884454 | 2 months ago | | | 0 | 0.00062678749 | |
| 20884440 | 2 months ago | | | 0 | 0.00069398598 | |
| 20884435 | 2 months ago | | | 0 | 0.00079003538 | |
| 20616633 | 3 months ago | | | 0 | 0.00010081300 | |
| 20616625 | 3 months ago | | | 0 | 0.00011498552 | |
| 20616607 | 3 months ago | | | 0 | 0.000041556600 |
ABI
ABI objects
Getter at block 21259546
CURRENT_PRICE() view returns (uint256)
0
MAX_PURCHASE() view returns (uint256)
25
MAX_TOKENS() view returns (uint256)
10000
_owner() view returns (address)
0xde7e22598df9b7cab7c0b13a6f58314fc36b5157
baseURI() view returns (string)
ipfs://QmVAZJLmyT1jZx64u5zYzCo7oukmk8rG61WqKBH92k7SwV/
contractURI() view returns (string)
https://hashguise.com/.netlify/functions/api/contract/hsgs1
name() view returns (string)
HashGuiseGenOne
saleIsActive() view returns (bool)
true
symbol() view returns (string)
HSGS1
totalSupply() view returns (uint256)
10000
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)
mint(uint256 numberOfTokens) payable
mintAsOwner(uint256 amount)
modifyBasePrice(uint256 amount)
modifyBaseURI(string uri)
modifyContractURI(string contractURI)
modifyCurrentMintAmount(uint256 amount)
modifyMaxPurchase(uint256 amount)
modifySaleIsActive(bool isActive)
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)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _base_uri, string _contract_uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.