-
Notifications
You must be signed in to change notification settings - Fork 0
TMP: Token #5
Copy link
Copy link
Open
Description
TMP-5: ERC20 for pool
tmp: 5
title: Pool ERC20
author: Evert Kors (@Evert0x)
discussions-to: #5
status: Draft
type: Module
created: 2021/01/19
requires (*optional):
replaces (*optional):
Simple Summary
Include an ERC20 token in the pool.
Abstract
The following standard allows to people to add a single token to their pool.
Motivation
...
Specification
Interface
interface IToken {
event TokenUpdated(address old, address current);
function addToken(address _token) external;
function getToken() external view returns(address);
}Storage
IERC20 token;Rationale
Backwards Compatibility
Reference Implementation
https://github.com/Evert0x/Token
Security Considerations
Copyright
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels