
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@rawr-multicall/no-side-effect-call
Advanced tools
Powerful, type-safe alternative to Multicall for off-chain smart contract query
Utility to call contract without side effect of Rawr-multicall.
Please refer to [Rawr-mulitcall] for more details usage.
The contract only contains a fallback that will call a method of another contract, with the given address and call data. After that it will revert the success status along side with the result.
Fields | Size (bytes) |
---|---|
Gas Limit | 4 |
Address | 20 |
Call data | The rest |
value
is not required, since we can just use msg.value
(i.e CALLVALUE
instruction).call data
size is not required either, as we can use CALLDATASIZE
instruction.Or rather the laytout of the revert
.
Fields | Size (bytes) |
---|---|
Success | 1 |
Data | The rest |
This will be the easiest way to compress the data. The result will be decoded on the client side rather than in the contract.
FAQs
Powerful, type-safe alternative to Multicall for off-chain smart contract query
We found that @rawr-multicall/no-side-effect-call demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.