Documentation ¶
Index ¶
- Constants
- type WETH
- func (e *WETH) Allowance(owner, spender common.Address) (*big.Int, error)
- func (e *WETH) Approve(spender common.Address, limit, gasPrice, gasTipCap, gasFeeCap *big.Int) (common.Hash, error)
- func (e *WETH) BalanceOf(owner common.Address) (*big.Int, error)
- func (e *WETH) Deposit(amount, gasPrice, gasTipCap, gasFeeCap *big.Int) (common.Hash, error)
- func (e *WETH) EncodeABI(methodName string, args ...interface{}) ([]byte, error)
- func (e *WETH) EstimateGasLimit(to common.Address, data []byte, gasPrice, wei *big.Int) (uint64, error)
- func (e *WETH) SetConfirmation(blockCount int)
- func (e *WETH) SetTxPollTimeout(txPollTimeout int)
- func (e *WETH) SyncSendEIP1559Tx(gasTipCap *big.Int, gasFeeCap *big.Int, gasLimit uint64, to common.Address, ...) (*eTypes.Receipt, error)
- func (e *WETH) SyncSendRawTransactionForTx(gasPrice *big.Int, gasLimit uint64, to common.Address, data []byte, ...) (*eTypes.Receipt, error)
- func (e *WETH) Transfer(to common.Address, amount, gasPrice, gasTipCap, gasFeeCap *big.Int) (common.Hash, error)
- func (e *WETH) WaitBlock(blockCount uint64) error
- func (e *WETH) Withdraw(amount, gasPrice, gasTipCap, gasFeeCap *big.Int) (common.Hash, error)
Constants ¶
View Source
const WETH_ABI = `` /* 2723-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WETH ¶
type WETH struct {
// contains filtered or unexported fields
}
func (*WETH) EstimateGasLimit ¶
func (*WETH) SetConfirmation ¶
func (*WETH) SetTxPollTimeout ¶
func (*WETH) SyncSendEIP1559Tx ¶
func (*WETH) SyncSendRawTransactionForTx ¶
Click to show internal directories.
Click to hide internal directories.