Skip to content

Commit

Permalink
update Trends token
Browse files Browse the repository at this point in the history
  • Loading branch information
catel committed Sep 20, 2023
1 parent fc5e6a2 commit 2ec175a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/TrendsOFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import "@layerzerolabs/solidity-examples/contracts/token/oft/extension/PausableO

contract TrendsOFT is PausableOFT {
constructor(string memory _name, string memory _symbol, address _lzEndpoint, uint256 _mintAmount) PausableOFT(_name, _symbol, _lzEndpoint) {
if (_mintAmount > 0) {
_mint(msg.sender, _mintAmount);
}
}

function burn(uint256 _amount) external {
Expand Down

0 comments on commit 2ec175a

Please sign in to comment.