ERC20 协议的一个简单实现
Untitled
Nov 23
pragma solidity ^0.4.23; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) external; } contract TokenERC20 { string public name = "Litex Test Token"; // Set the name for display purposes string public symbol = "LTT"; // Set the symbol for display purposes uint8 public decimals = 18; // 18 decimals is the strongly suggested default, avoid changing it uint256 public totalSupply; uint256 initialSupply = 100000000000; // This crea...

Most popular by Untitled

ERC20协议原理及实现

ERC20协议原理及实现

ParagraphParagraph

Untitled

Written by
0xE2C3...56Ba
Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

Untitled

Subscribe