HsGenesisPass
Verified contract
Active on
Ethereum with 8,764 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "HsGenesisPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249230 | 7 days ago | | | 0 | 0.00049436989 | |
| 21235853 | 9 days ago | | | 0 | 0.00038557119 | |
| 21235853 | 9 days ago | | | 0 | 0.00038557119 | |
| 21202040 | 14 days ago | | | 0 | 0.00033754167 | |
| 21202039 | 14 days ago | | | 0 | 0.00060317050 | |
| 21202006 | 14 days ago | | | 0 | 0.00059324047 | |
| 21141008 | 22 days ago | | | 0 | 0.00048024058 | |
| 21136532 | 23 days ago | | | 0 | 0.00054008503 | |
| 21136481 | 23 days ago | | | 0 | 0.00090590204 | |
| 21105178 | a month ago | | | 0 | 0.00017309290 |
ABI
ABI objects
Getter at block 21302029
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmUZGiXAZyNZEWGdHmENJjJzpraK2wF4LeqBw51pmsbuno/
maxNftPerAddress() view returns (uint256)
3
maxSupply() view returns (uint256)
5555
name() view returns (string)
HsGenesisPass
notRevealedUri() view returns (string)
ipfs://QmWHmDg3hkP9MEyQ7NAUC4StsRoufKoGCVgCUTCxpTEmHY/hidden.json
owner() view returns (address)
0x3914804b44cdaa52814c52cb869537dcab5d3162
privateListRoot() view returns (bytes32)
0x3c8dba3196394cfedf5c57424c3e60aa2f4d315c44db1071c5ebb48774f38ba8
privateMaxSupply() view returns (uint256)
2555
privateOpen() view returns (bool)
true
publicNftPerAddress() view returns (uint256)
3
publicOpen() view returns (bool)
false
publicPrice() view returns (uint256)
99000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
HS
totalSupply() view returns (uint256)
5555
whiteListOpen() view returns (bool)
false
whiteListPrice() view returns (uint256)
86000000000000000
whiteListPublicMaxSupply() view returns (uint256)
3000
whiteListRoot() view returns (bytes32)
0x52db12dc215c7bfc5591e3db6d70daeabd9d75ce149fd3b7fb9a55a3b4e03d65
whitelistNftPerAddress() view returns (uint256)
2
Read-only
addressPrivateMintedBalance(address) view returns (uint256)
addressPublicMint(address) view returns (uint256)
addressWhitePublicBalance(address) view returns (uint256)
addressWhitelistMint(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPrivateListed(uint256 _addressReservedTokens, bytes32[] _proof) view returns (bool)
isWhiteListed(bytes32[] _proof) 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 airdrop(address[] users, uint256 numNFT)
approve(address to, uint256 tokenId)
privateMint(uint256 _mintAmount, uint256 _addressReservedTokens, bytes32[] proof) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPrivateListMerkleRoot(bytes32 _root)
setPrivateOpen(bool _open)
setPublicCost(uint256 _newCost)
setPublicOpen(bool _open)
setWhiteListMerkleRoot(bytes32 _root)
setWhiteListOpen(bool _open)
setWhitelistCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(uint256 _mintAmount, bytes32[] proof) payable
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.