DeFi

How to Build DApps with the Uniswap V2 Factory Contract Module

Decentralized applications (DApps) have revolutionized how we interact with blockchain technology, bringing transparency, security, and autonomy to various industries. Among the most prominent DApps in the Ethereum ecosystem is Uniswap, a decentralized exchange protocol that enables seamless token trading and liquidity provision. The recently released Uniswap V2 Factory contract module on the Bunzz smart contract …

How to Build DApps with the Uniswap V2 Factory Contract Module 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 »

Vesting Schedules in Blockchain Simplified

Equity compensation has long been a popular way for companies to incentivize and reward employees. With the rise of blockchain technology, businesses can now offer token-based equity compensation via smart contracts and blockchain token vesting wallets.  This blog post will delve into the vesting schedules for blockchain token vesting wallets, including what they are, how …

Vesting Schedules in Blockchain Simplified Read More »

Build a Payment Splitter on the Binance Smart Chain (BSC)

A payment splitter is a tool that allows a single payment to be divided and distributed among multiple recipients automatically, eliminating the need for manual calculations and reducing the risk of errors. In this tutorial, you will learn how to build a payment splitter on the blockchain and get started quickly. By implementing a payment …

Build a Payment Splitter on the Binance Smart Chain (BSC) Read More »

Smart Contract Verification Feature Available in Bunzz

Bunzz keeps on over-delivering and now launched a Smart Contract Verification Feature, one of the most requested by its blockchain developers community. Now you can verify the source code of all the smart contracts that you deploy in Bunzz in an easy way, getting all the data you need to copy and fill in all …

Smart Contract Verification Feature Available in Bunzz Read More »

Payment Splitter Smart Contract Module in Bunzz

We are excited to announce our new Payment Splitter Module available in Bunzz and created by Alex Wang. This contract allows splitting Ether payments among a group of accounts. The sender does not need to be aware that the Ether will be split in this way, since it is handled transparently by the contract. The …

Payment Splitter Smart Contract Module in Bunzz Read More »

MerkleTokenVesting Smart Contract Module in Bunzz

We are excited to announce our new MerkleTokenVesting Module available in Bunzz and created by Deep-Quality-Dev. This token vesting contract is based on a Merkle Tree. A merkle tree, also known as binary hash tree, is a mathematical data structure made up of hashes of various data blocks that summarize all the transactions in a …

MerkleTokenVesting Smart Contract Module in Bunzz Read More »