MCPcopy Create free account
hub / github.com/Bot80926/ethers-scripts / main

Function main

script-2-transfer-token/index.js:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48};
49
50const main = async () => {
51 await sendBaseToken('target transfer address', '0.1');
52 await sendErc20('target transfer address', '0.1', 'target transfer erc20 token contract address')
53};
54
55main();

Callers 1

index.jsFile · 0.70

Calls 2

sendBaseTokenFunction · 0.85
sendErc20Function · 0.85

Tested by

no test coverage detected