Popular repositories Loading
-
-
-
-
-
token.sol
token.sol Publicpragma solidity ^0.8.2; contract token { mapping(address => uint) public balances; mapping(address =>mapping(address => uint)) public allowance ; uint public totalsupply = 10000 * 10 ** 18; string …
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.