Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraRingas committed Aug 28, 2024
1 parent 7070f43 commit d48134c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/world-module-erc20-own-store/src/MUDERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ contract MUDERC20 is Store, IERC20Errors, IERC20Events {
Token.set(_decimals, 0, _name, _symbol);
}

/**
* VIEW FUNCTIONS
*/

/**
* @dev Returns the name of the token.
* @return The name of the token.
Expand Down Expand Up @@ -82,10 +78,6 @@ contract MUDERC20 is Store, IERC20Errors, IERC20Events {
return Allowances.get(owner, spender);
}

/**
* STORE FUNCTIONS
*/

// Set full record (including full dynamic data)
function setRecord(
ResourceId tableId,
Expand Down

0 comments on commit d48134c

Please sign in to comment.