Generation: Habibi Mint Pass
Verified contract
Active on
Ethereum with 1,323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Generation: Habibi Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19308189 | 9 months ago | | | 0 | 0.00071030766 | |
| 17201798 | 2 years ago | | | 0 | 0.0031182451 | |
| 16972958 | 2 years ago | | | 0 | 0.00071245542 | |
| 16972956 | 2 years ago | | | 0 | 0.00070090993 | |
| 16972850 | 2 years ago | | | 0 | 0.00092357617 | |
| 16899187 | 2 years ago | | | 0 | 0.0010173768 | |
| 16741619 | 2 years ago | | | 0 | 0.0010362752 | |
| 16741617 | 2 years ago | | | 0 | 0.00097084117 | |
| 16737021 | 2 years ago | | | 0 | 0.0011969210 | |
| 16656237 | 2 years ago | | | 0 | 0.0014431780 |
ABI
ABI objects
Getter at block 21280993
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HABIBI_OPERATOR_ROLE() view returns (bytes32)
0x0ef2ba06c59c80d9ee11dea12f99c55237376ff73bced6ddf24de8f6f5ddbe93
_contractURI() view returns (string)
ipfs://QmbPrAvsxWg4yo1PSX7dXsAeYt8U2CkAuUiVkTrqkf8BrH
contractURI() view returns (string)
ipfs://QmbPrAvsxWg4yo1PSX7dXsAeYt8U2CkAuUiVkTrqkf8BrH
name() view returns (string)
Generation: Habibi Mint Pass
name_() view returns (string)
Generation: Habibi Mint Pass
owner() view returns (address)
0x06a2a7c57278820b3044dcbce67807e46f3f4f60
paused() view returns (bool)
false
symbol() view returns (string)
HABIBISPASS
symbol_() view returns (string)
HABIBISPASS
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)
getDutchTiers(uint256 _mpIndex) view returns (uint256[], uint256[], uint256[], bool[])
getPrice(uint256 _mpIndex) view returns (uint256)
getRemainingPassSupply(uint256 _mpIndex) view returns (uint256)
getRemainingTimeBeforeNextPricingChange(uint256 _mpIndex) 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, bool isDutchAuction, struct HabibisMintPassFactoryDutchAuctionSettings dutchAuctionSettings, 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
demoteTeamMember(address _addr)
editMintPass(bytes32 _merkleRoot, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, string _ipfsMetadataHash, address _redeemableContract, uint256 _mpIndex, bool _saleIsOpen, uint256 _maxPerWallet)
editMintPassWhiteListMerkleRoot(bytes32 _merkleRoot, uint256 _mpIndex)
grantRole(bytes32 role, address account)
mint(address to, uint256 numPasses, uint256 mpIndex)
mintBatch(address to, uint256[] numPasses, uint256[] mpIndexs)
pause()
promoteTeamMember(address _addr)
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)
setDutchAuctionSettings(uint256 _mpIndex, bool _isDutchAuction, uint256 _dutchStartingPrice, uint256 _dutchStartingTime, uint256 _dutchUnitAmountReduction, uint256 _dutchUnitTimeBetweenEachReduction, uint256 _dutchFloorPrice)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.