aggregate3Value

Prepares a transaction to call the "aggregate3Value" function on the contract.

Example

import { aggregate3Value } from "thirdweb/extensions/multicall3";
const transaction = aggregate3Value({
contract,
calls: ...,
overrides: {
...
}
});
// Send the transaction
...

Parameters

Returns

A prepared transaction object.