Yashotantra Academy
AI · Blockchain · Cloud · Data
Dark mode active
Learn
Tracks
ABCD
Certification
More
▾
Dark mode active
Learn
Tracks
ABCD
Certification
Study
Theory
Code Lab
Build
Solidity IDE
Staking Sandbox
Simulation
Reference
Wallets
Gas Fees
Explorers
← Code Lab
JavaScript
0/50 solved · 0%
All lessons
lesson
code
Web3 · hard
45. Function selector
How calldata starts.
Write `selectorInput(name, types)` returning the canonical signature string, e.g. `transfer(address,uint256)`, which is what gets keccak-hashed to build a selector.
Required in your answer:
.join(
Reveal solution
Run & check
Reset
Runs in a sandboxed worker
function selectorInput(name, types) { // TODO }
Output appears here.
← 44. Async queue
46. Mock JSON-RPC client →