Skip to content

Commit

Permalink
Update SimpleBond.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev authored Aug 22, 2023
1 parent d68287f commit daff954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/ubiquistick/SimpleBond.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "./interfaces/IUAR.sol";
/// @title Simple Bond
/// @author zapaz.eth
/// @notice SimpleBond is a simple Bond mechanism, allowing to sell tokens bonded and get rewards tokens
/// @notice The reward token is fully claimable only after the vesting period
/// @notice The reward token is fully claimable only after the vesting period 1
/// @dev Bond is Ownable, access controlled by onlyOwner
/// @dev Use SafeERC20
contract SimpleBond is ISimpleBond, Ownable, Pausable {
Expand Down

0 comments on commit daff954

Please sign in to comment.