Documentation ¶
Index ¶
- Variables
- func AddressTableAddressExistsData(address common.Address) []byte
- func AddressTableCompressData(address common.Address) []byte
- func AddressTableDecompressData(buf []byte, offset *big.Int) []byte
- func AddressTableLookupData(address common.Address) []byte
- func AddressTableLookupIndexData(index *big.Int) []byte
- func AddressTableRegisterData(address common.Address) []byte
- func AddressTableSizeData() []byte
- func ContinueArbOSUpgradeData(data []byte) []byte
- func FinishArbOSUpgradeData() []byte
- func FunctionTableGetData(address common.Address, index *big.Int) []byte
- func FunctionTableSizeData(address common.Address) []byte
- func GetBLSPublicKeyData(address common.Address) []byte
- func GetBalanceData(address common.Address) []byte
- func GetCodeData(address common.Address) []byte
- func GiveOwnershipData(newOwnerAddr common.Address) []byte
- func ParseBalanceResult(res *evm.TxResult) (*big.Int, error)
- func ParseCodeResult(res *evm.TxResult) ([]byte, error)
- func ParseEthWithdrawalEvent(log evm.Log) (*arboscontracts.ArbSysEthWithdrawal, error)
- func ParseFunctionTableGetDataResult(data []byte) (message.FunctionTableEntry, error)
- func ParseGetStorageAtResult(res *evm.TxResult) (*big.Int, error)
- func ParseTransactionCountResult(res *evm.TxResult) (*big.Int, error)
- func Path() string
- func RegisterBLSKeyData(x0, x1, y0, y1 *big.Int) []byte
- func StartArbOSUpgradeData() []byte
- func StorageAtData(address common.Address, index *big.Int) []byte
- func TransactionCountData(address common.Address) []byte
- func UploadFunctionTableData(buf []byte) []byte
- func WithdrawEthData(address common.Address) []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RetryCanceledEvent abi.Event RetryRedeemedEvent abi.Event )
View Source
var ARB_ADDRESS_TABLE_ADDRESS = ethcommon.HexToAddress("0x0000000000000000000000000000000000000066")
View Source
var ARB_AGGREGATOR_ADDRESS = ethcommon.HexToAddress("0x000000000000000000000000000000000000006D")
View Source
var ARB_BLS_ADDRESS = ethcommon.HexToAddress("0x0000000000000000000000000000000000000067")
View Source
var ARB_FUNCTION_TABLE_ADDRESS = ethcommon.HexToAddress("0x0000000000000000000000000000000000000068")
View Source
var ARB_GAS_INFO_ADDRESS = ethcommon.HexToAddress("0x000000000000000000000000000000000000006C")
View Source
var ARB_INFO_ADDRESS = ethcommon.HexToAddress("0x0000000000000000000000000000000000000065")
View Source
var ARB_NODE_INTERFACE_ADDRESS = ethcommon.HexToAddress("0x00000000000000000000000000000000000000C8")
View Source
var ARB_OWNER_ADDRESS = ethcommon.HexToAddress("0x000000000000000000000000000000000000006B")
View Source
var ARB_RETRYABLE_ADDRESS = ethcommon.HexToAddress("0x000000000000000000000000000000000000006E")
View Source
var ARB_SYS_ADDRESS = ethcommon.HexToAddress("0x0000000000000000000000000000000000000064")
View Source
var (
L2ToL1TransactionID ethcommon.Hash
)
Functions ¶
func AddressTableLookupData ¶
func AddressTableSizeData ¶
func AddressTableSizeData() []byte
func FinishArbOSUpgradeData ¶
func FinishArbOSUpgradeData() []byte
func FunctionTableGetData ¶
func FunctionTableSizeData ¶
func GetBLSPublicKeyData ¶
func GetBalanceData ¶
func GetCodeData ¶
func GiveOwnershipData ¶
func ParseEthWithdrawalEvent ¶
func ParseEthWithdrawalEvent(log evm.Log) (*arboscontracts.ArbSysEthWithdrawal, error)
func ParseFunctionTableGetDataResult ¶
func ParseFunctionTableGetDataResult(data []byte) (message.FunctionTableEntry, error)
func RegisterBLSKeyData ¶
func StartArbOSUpgradeData ¶
func StartArbOSUpgradeData() []byte
func TransactionCountData ¶
func UploadFunctionTableData ¶
func WithdrawEthData ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.