Skip to content

Commit

Permalink
Merge pull request #58 from oceanprotocol/bug/N-05---detail-on-suppor…
Browse files Browse the repository at this point in the history
…ted-ERC20-tokens

N-05 - Detail "ERC20 tokens"
  • Loading branch information
alexcos20 committed Oct 4, 2023
2 parents 98bb2cd + a459b45 commit 5fee4cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contracts/VestingWalletHalving.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ import "OpenZeppelin/openzeppelin-contracts@4.7.0/contracts/access/Ownable.sol";

/**
* @title VestingWalletHalving
* @dev This contract can receive native currency and ERC20 tokens. Custody of multiple tokens
* @dev This contract can receive native currency and most of ERC20 tokens.
* Although is was built and tested with OCEAN token, it works with other tokens, as long as they are not implementing
* werd function returns
* (see https://github.com/d-xo/weird-erc20/tree/266025c555b42b2dd2517fd99f7d47032ec99abe#weird-erc20-tokens)
*
* Custody of multiple tokens
* can be given to this contract, which will release the token to the beneficiary following a given vesting schedule.
* The vesting schedule is customizable through the {vestedAmount} function.
*
Expand Down

0 comments on commit 5fee4cc

Please sign in to comment.