Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
const
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
55
main();
Callers
1
index.js
File · 0.70
Calls
2
sendBaseToken
Function · 0.85
sendErc20
Function · 0.85
Tested by
no test coverage detected