h8rs

Verified contract

Active on Ethereum with 4,341 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 "h8rs"

0x46d7cd84f0481b484cde380007fe47c4e2780163e919bac3eb01f0b2ebda43ec
0x6273796b343503ab7b00f9d6ccfa1b0f4c1cb8a3472971edae4f07f7ffcd9e68
0x57c5ffc80a67b473c28bd1dc1be6be8caac37c5f69c188a79f184823ec0a3596
0xcde111e91b78398c0b11f66933ec60433065522357403f972be4573033781d61
0x26e5ae7709e47379d5ba1092fd4d51b0433b25f9e4e8a323b7928a35ecdbadd9
0xb4353b282b4181a52749cf3aa5e4368d6055c4004fe4d7aa56d0c9480019b629
0xb4cc8bdf01d662c518d5da589b7740ec47492d9abb79d6d2c26bc5ccbd1e6ab2
0xe9447d5a225249780ab24abd73df802995eaf67a0bd966cabaa93ec418a33d7d
0x3e30e9b2e4c8fc59e2da5acdcf1bc4d1abdd9253361e2700bc276847bc5cbff0
0xb9164a546d908e795c95bbbddc49220fab28975f3df79ed41b371a477e4a466f

Functions
Getter at block 21220868
claimMerkleRoot(view returns (bytes32)
0x7dcac9eaa61bcc9f46a2f60503116ff5beaae43bd2ee0c4191ff8e363568ca91
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint16)
0
name(view returns (string)
h8rs
owner(view returns (address)
0x41ea642977d3385c4e811fef9bc74f6e43d69c44
price(view returns (uint256)
6900000000000000
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
h8rs
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=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
63445500000000000000
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(