@lazysuperheroes/hedera-minter-contracts
v1.0.2
Published
Hedera NFT minting smart contract ABIs and Solidity sources
Maintainers
Readme
@lazysuperheroes/hedera-minter-contracts
Hedera NFT minting smart contract ABIs and Solidity sources.
Usage
const { minterContractABI, foreverMinterABI, loadABI } = require('@lazysuperheroes/hedera-minter-contracts');Available ABIs
minterContractABI— MinterContractsoulboundMinterABI— SoulboundMinterforeverMinterABI— ForeverMintersoulboundBadgeMinterABI— SoulboundBadgeMintereditionWithPrizeABI— EditionWithPrizefungibleTokenCreatorABI— FungibleTokenCreatorprngGeneratorABI— PrngGeneratorlazyGasStationABI— LazyGasStationlazyDelegateRegistryABI— LazyDelegateRegistrytokenStakerV2ABI— TokenStakerV2loadABI(name)— Load any ABI by contract name
Solidity Sources
Import in Hardhat/Foundry:
import "@lazysuperheroes/hedera-minter-contracts/contracts/ForeverMinter.sol";