MCPcopy 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

4wit_bindgen::generate!("erc20");
5
6pub struct Erc20;
7
8pub struct State {
9 name: String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected