Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddimaria/rust-blockchain-tutorial
/ Erc20
Class
Erc20
contracts/erc20/src/lib.rs:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
wit_bindgen::generate!(
"erc20"
);
5
6
pub struct Erc20;
7
8
pub struct State {
9
name: String,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected