We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c0ff6 commit b0e0aa9Copy full SHA for b0e0aa9
erc20/src/motoko_token/main.mo
@@ -1,5 +1,4 @@
1
import HashMap "mo:base/HashMap";
2
-import Nat "mo:base/Nat";
3
import Principal "mo:base/Principal";
4
5
shared({ caller }) actor class Token(_name : Text, _decimals : Nat, _symbol : Text, _total : Nat, _owner: Principal) {
0 commit comments