Marcel Clarembaux

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 »

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 »

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 »

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 »