h8rschix

Verified contract

Active on Ethereum with 4,050 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "h8rschix"

0x59839e7fb51ddd28541a8a8227e049907f58620a92d80b4c754f6704945a5f59
0xa1be8a6414071fe7e9718d0009527d6d772d901fa7fb7a9669e86ea4606a054c
0x54b7196cf8ed67ba0e506db5fb4f10f3ca4a2b6feff031762e31e06524ab9532
0xa30e5c8fb9fb30154cede9f4c706da88832ad92d83b539544cd9de3e2b1bac0c
0x677fe9d4f0deb94ebb5a654a9e2492bca14e86fa3dfb0e24ec49d067dcfea0e3
0x2f07a5cfc5644f4a10cb09c6f162613e3c205cf40ded8bb660b7661af74f7147
0x8b570a4f46857c37d012f18f1e212037d76dad9785fc7dc7ec08bb1fc84eea6f
0x546225e384e0e7d222031a1efc4b357a71f112e8e6ecccd4cb3cff3900446163
0xb876282fd3a4d3d697892364e738d1ed9442bac5a40c9a620472529361c4344e
0xc6b7ecc2d72b193d89e7fe298c580541e3a98145b5d54943a042f9a3b9b13eae

Functions
Getter at block 21228077
claimMerkleRoot(view returns (bytes32)
0xcf376b83ca632f6f00004dce78ddb025c482019472f70e0967f7a0de03e4cc3d
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint16)
0
name(view returns (string)
h8rschix
owner(view returns (address)
0x41ea642977d3385c4e811fef9bc74f6e43d69c44
price(view returns (uint256)
6900000000000000
saleMerkleRoot(view returns (bytes32)
0xcf376b83ca632f6f00004dce78ddb025c482019472f70e0967f7a0de03e4cc3d
symbol(view returns (string)
h8rschix
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=10069, maxPerWallet=0, maxPerTransaction=25, preSalePrice=0, pubSalePrice=6900000000000000, preSaleIsActive=false, saleIsActive=false, claimIsActive=true, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
62500200000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
10069
unclaimedSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint16 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(