Skip to content

Commit

Permalink
Create IKosasihUniversalisToken.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 27, 2024
1 parent fa7d0c2 commit 7f48d85
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pragma solidity ^0.8.0;

interface IKosasihUniversalisToken is ERC20 {
function name() external view returns (string);

function symbol() external view returns (string);

function totalSupply() external view returns (uint256);
}

0 comments on commit 7f48d85

Please sign in to comment.