Skip to content

Instantly share code, notes, and snippets.

View prometheus20416's full-sized avatar

prometheus20416

View GitHub Profile
@prometheus20416
prometheus20416 / token.sol
Created July 31, 2021 22:36
Token with dividen contract
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.2;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**