Smart Contract Module

BinaryVault Smart Contract Module in Bunzz

The BinayVault module for a Binary Game product holds one underlying token in it for certain time. You can access this Module and the code here: https://bit.ly/41roW73 How to Use Functions #WRITE #READ You can access this Module and the code here: https://bit.ly/41roW73 If you still haven’t signed up to Bunzz, what are you waiting for? …

BinaryVault Smart Contract Module in Bunzz Read More »

BinaryConfig Smart Contract Module in Bunzz

The BinayConfig module for a Binary Game product provides basic configuration for the Price Games. One BinaryConfig contract can serve multiple Price Games You can access this Module and the code here: https://bit.ly/3AbtMcA How to Use Functions #WRITE #READ You can access this Module and the code here: https://bit.ly/3AbtMcA If you still haven’t signed up to …

BinaryConfig Smart Contract Module in Bunzz Read More »

Staking ERC721 Smart Contract Module in Bunzz

The StakingERC721 is a staking contract that allows to get rewards in ERC20. The repository contains contracts for farming with any ERC721 compatible NFTs.  Any specified ERC-721 can be used to farm any ERC-20 compatible tokens, by depositing/locking them into the ERC721Staking contract that uses ERC-721 instead of the normal ERC-20 token. NFT owners can …

Staking ERC721 Smart Contract Module in Bunzz Read More »

Merkle Tree Airdrop Smart Contract Module in Bunzz

The MerkleTreeAirdrop contract module acts as Airdrop for ERC20. It only sends out tokens on data verification, i.e., Merkle proof and appropriate arguments used to build the Merkle tree for that user. The contract requires a list of wallet addresses and root hash, which are the leaves and Merkle proofs needed to verify that a …

Merkle Tree Airdrop Smart Contract Module in Bunzz Read More »

StakingRewards Smart Contract Module in Bunzz

The StakingRewards contract allows to stake tokens for certain duration and get rewards according to their staked shares. In other words, it rewards users for staking ERC20 tokens with more ERC20 tokens in return. You can access this Module and the code here: https://bit.ly/3zzyocs How to Use Functions #WRITE #READ You can access this Module and …

StakingRewards Smart Contract Module in Bunzz Read More »

ERC721 LazyMint Smart Contract Module in Bunzz

The ERC721 LazyMint module allows you to lazy-mint ERC-721 tokens, which allows any wallet to claim a lazy-minted NFT. It exposes a verifyClaim function that you can override to add your claim-restriction logic. Lazy minting allows you to define the metadata of NFTs without minting it to an address. As a contract admin, this lets …

ERC721 LazyMint Smart Contract Module in Bunzz Read More »

ERC3156 Flash Loans (Flash Minter) Smart Contract Module in Bunzz

The FlashMinter is a submodule of ERC-3156: Flash Loans module and an extension of {ERC20} that allows flash minting. A flash loan is a smart contract transaction in which a lender smart contract lends assets to a borrower smart contract with the condition that the assets are returned, plus an optional fee, before the end …

ERC3156 Flash Loans (Flash Minter) Smart Contract Module in Bunzz Read More »

ERC3156 Flash Loans (Flash Borrower) Smart Contract Module in Bunzz

The FlashBorrower is a submodule of ERC-3156: Flash Loans module and an extension of {ERC20} that allows flash borrowing. A flash loan is a smart contract transaction in which a lender smart contract lends assets to a borrower smart contract with the condition that the assets are returned, plus an optional fee, before the end …

ERC3156 Flash Loans (Flash Borrower) Smart Contract Module in Bunzz Read More »

ERC-3156: Flash Loans (FlashLender) Smart Contract Module in Bunzz

The FlashLender is a submodule of ERC-3156: Flash Loans module and an extension of {ERC20} that allows flash lending. A flash loan is a smart contract transaction in which a lender smart contract lends assets to a borrower smart contract with the condition that the assets are returned, plus an optional fee, before the end …

ERC-3156: Flash Loans (FlashLender) Smart Contract Module in Bunzz Read More »

ERC-4626: Tokenized Vault Standard Smart Contract Module in Bunzz

The Tokenized Vault Standard (ERC-4626) module allows the minting and burning of “shares” (represented using the ERC20 inheritance) in exchange for underlying “assets” through standardized {deposit}, {mint}, {redeem} and {burn} workflows.  This contract extends the ERC20 standard. Any additional extensions included along it would affect the “shares” token represented by this contract and not the …

ERC-4626: Tokenized Vault Standard Smart Contract Module in Bunzz Read More »