You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zink::import!("./MyErc20.json");// which generates structMyErc20(Address);implMyErc20{pubfndecimals(&self) -> U256{// do contract call ...}}// for using itfnfoo(erc20:Address){let decimals = MyErc20::new(erc20).decimals();}
Solution
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
Given EVM ABI, generate call interfaces from it
Solution
No response
The text was updated successfully, but these errors were encountered: