Documentation
¶
Index ¶
Constants ¶
View Source
const ( MULTICALL3_CONTRACT_ABI = `` /* 7882-byte string literal not displayed */ K2_LENDING_CONTRACT_ABI = `` /* 28553-byte string literal not displayed */ K2_NODE_OPERATOR_CONTRACT_ABI = `` /* 11804-byte string literal not displayed */ PNO_REGISTRY_CONTRACT_ABI = `` /* 12225-byte string literal not displayed */ )
View Source
const (
MULTICALL3_CONTRACT_ADDRESS = "0xcA11bde05977b3631167028862bE2a173976CA11"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateResult ¶
type Call3Value ¶
type Multicall3AggregateArgs ¶
type Multicall3AggregateArgs struct {
Calls []Call3 `json:"calls"`
}
type Multicall3AggregateResult ¶
type Multicall3AggregateResult struct {
ReturnData []Result `json:"returnData"`
}
type Multicall3AggregateValueResult ¶
type Multicall3AggregateValueResult struct {
ReturnData []Result `json:"returnData"`
}
type Multicall3BlockAndAggregateArgs ¶
type Multicall3BlockAndAggregateArgs struct {
Calls []Call3 `json:"calls"`
}
type MulticallArgs ¶
type MulticallArgs struct {
Calls []Call `json:"calls"`
}
Click to show internal directories.
Click to hide internal directories.