Multicall interface Enables calling multiple methods in a single call to the contract
multicall(bytes[])
payable external
Call multiple functions in the current contract and return the data from all of them if they all succeed
Name | Type | Description |
---|---|---|
Returns:
Name | Type | Description |
---|---|---|
Multicall interface Enables calling multiple methods in a single call to the contract
multicall(bytes[])
payable external
Call multiple functions in the current contract and return the data from all of them if they all succeed
Returns:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
data
bytes[]
The encoded function data for each of the calls to make to this contract
results
bytes[]
data
bytes[]
The encoded function data for each of the calls to make to this contract
results
bytes[]