Skip to content

Instantly share code, notes, and snippets.

@BOMBERuss
BOMBERuss / ZetaChain Matrix Logo
Created January 25, 2023 07:10
Rotating ZetaChain logo under the matrix
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
contract MyTestToken {
mapping(address => uint) public balances;
mapping(address => mapping(address => uint)) public allowance;
uint public totalSupply = 2100000;
string public name = "BOMBERuss";
string public symbol = "BOMBER";