Marcel Clarembaux

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 »

Bunzz Releases its User Triggered Deployment SDK for DApp Development

This is an overview of Bunzz SDK new functionality that makes the process of allowing users to deploy a contract easier for developers to implement. The Deployment/Cloning Functionality challenge In some cases, DApps need to deploy/clone the same contract by “users action”. For example, However, when it comes to implementing this cloning functionality, it can …

Bunzz Releases its User Triggered Deployment SDK for DApp Development Read More »

BinaryMarket Smart Contract Module in Bunzz

The BinayMarket module for a Binary Game product allows players to bet on the price changes of a certain token in the given timeframe and win the reward. You can access this Module and the code here: https://bit.ly/43BJ5Zx How to Use Functions #WRITE #READ You can access this Module and the code here: https://bit.ly/43BJ5Zx If you …

BinaryMarket Smart Contract Module in Bunzz Read More »

StakingERC721 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 …

StakingERC721 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 »

ERC-3156: Flash Loans (FlashMinter) 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 …

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

ERC-3156: Flash Loans (FlashBorrower) 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 …

ERC-3156: Flash Loans (FlashBorrower) 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 »