Skip to content

testINT #48

@123456788940

Description

@123456788940

// SPDX-License-Identifier: MIT
pragma solidity ^0.8;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract TestINT is ERC20 {
constructor(uint256 initialSupply) ERC20("TestINT", "TINT") {
_mint(msg.sender, initialSupply * (10 ** uint256(decimals())));
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    reviewReview is used by var/core contributor in order to finalise it before even deploytestnet function

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions