HPPR Hall Passes
Verified contract
Active on
Ethereum with 5,574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,387.77)
Native
Value
$258.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08232 | $3,135.92 |
$258.15 | |
WETH | ERC-20 | 0.36 | $3,137.83 |
$1,129.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20526078 | 3 months ago | | | 0 | 0.000084514649 | |
| 20525791 | 3 months ago | | | 0 | 0.00010398084 | |
| 19934864 | 6 months ago | | | 0 | 0.0012564991 | |
| 19678791 | 7 months ago | | | 0 | 0.00055947967 | |
| 19677895 | 7 months ago | | | 0 | 0.00053580637 | |
| 19676757 | 7 months ago | | | 0 | 0.0011149556 | |
| 19674880 | 7 months ago | | | 0 | 0.0018392102 | |
| 19669291 | 7 months ago | | | 0 | 0.0010851543 | |
| 19646704 | 7 months ago | | | 0 | 0.00058049202 | |
| 19569783 | 7 months ago | | | 0 | 0.0026910480 |
ABI
ABI objects
Getter at block 21206763
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_contractURI() view returns (string)
ipfs://QmVGcHYgA1eCsejojNv7yfhiEprtqxecw1fhAhBvUEcw2d
contractURI() view returns (string)
ipfs://QmVGcHYgA1eCsejojNv7yfhiEprtqxecw1fhAhBvUEcw2d
name() view returns (string)
HPPR Hall Passes
name_() view returns (string)
HPPR Hall Passes
owner() view returns (address)
0x97a4a6c30460e6e173fd4444ef2e80b8e5ecd802
paused() view returns (bool)
false
symbol() view returns (string)
HPPRPASS
symbol_() view returns (string)
HPPRPASS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getClaimedMps(uint256 poolId, address userAdress) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenSupply(uint256 mpIndex) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isSaleOpen(uint256 mpIndex) view returns (bool)
makeLeaf(address _addr, uint256 amount) view returns (string)
mintPasses(uint256) view returns (bytes32 merkleRoot, bool saleIsOpen, uint256 windowOpens, uint256 windowCloses, uint256 mintPrice, uint256 maxSupply, uint256 maxPerWallet, uint256 maxMintPerTxn, string ipfsMetadataHash, address redeemableContract)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
verifyMerkleProof(bytes32[] merkleProof, uint256 mpIndex, uint256 amount) view returns (bool)
State-modifying
Events addMintPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, string _ipfsMetadataHash, address _redeemableContract, uint256 _maxPerWallet)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address account, uint256 mpIndex, uint256 amount)
claim(uint256 numPasses, uint256 amount, uint256 mpIndex, bytes32[] merkleProof) payable
claimMultiple(uint256[] numPasses, uint256[] amounts, uint256[] mpIndexs, bytes32[][] merkleProofs) payable
editMaxPerWallet(uint256 _maxPerWallet, uint256 _mpIndex)
editMintPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, string _ipfsMetadataHash, address _redeemableContract, uint256 _mpIndex, bool _saleIsOpen, uint256 _maxPerWallet)
editTokenIPFSMetaDataHash(string _ipfsMetadataHash, uint256 _mpIndex)
editTokenMaxMintPerTransaction(uint256 _maxMintPerTxn, uint256 _mpIndex)
editTokenMaxSupply(uint256 _maxSupply, uint256 _mpIndex)
editTokenMintPrice(uint256 _mintPrice, uint256 _mpIndex)
editTokenRedeemableContract(address _redeemableContract, uint256 _mpIndex)
editTokenWhiteListMerkleRoot(bytes32 _merkleRoot, uint256 _mpIndex)
editTokenWindowCloses(uint256 _windowCloses, uint256 _mpIndex)
editTokenWindowOpens(uint256 _windowOpens, uint256 _mpIndex)
grantRole(bytes32 role, address account)
mint(address to, uint256 numPasses, uint256 mpIndex)
mintBatch(address to, uint256[] numPasses, uint256[] mpIndexs)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string uri)
setOwner(address _addr)
setURI(string baseURI)
transferOwnership(address newOwner)
turnSaleOff(uint256 mpIndex)
turnSaleOn(uint256 mpIndex)
unpause()
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(uint256 index, address indexed account, uint256 amount)
ClaimedMultiple(uint256[] index, address indexed account, uint256[] amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, string metaDataURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.