# UniswapInput

## Properties

| Name                | Type                  | Description | Notes       |
| ------------------- | --------------------- | ----------- | ----------- |
| **To**              | Pointer to **string** |             | \[optional] |
| **Data**            | Pointer to **string** |             | \[optional] |
| **Input**           | Pointer to **string** |             | \[optional] |
| **Value**           | Pointer to **string** |             | \[optional] |
| **Nonce**           | Pointer to **string** |             | \[optional] |
| **Gas**             | Pointer to **string** |             | \[optional] |
| **GasPrice**        | Pointer to **string** |             | \[optional] |
| **ChainId**         | Pointer to **string** |             | \[optional] |
| **Encoding**        | Pointer to **string** |             | \[optional] |
| **EOA**             | Pointer to **bool**   |             | \[optional] |
| **ContractAddress** | Pointer to **string** |             | \[optional] |
| **TokenId**         | Pointer to **string** |             | \[optional] |
| **TokenIds**        | Pointer to **string** |             | \[optional] |
| **Approved**        | Pointer to **bool**   |             | \[optional] |
| **Broadcast**       | Pointer to **bool**   |             | \[optional] |
| **TokenA**          | Pointer to **string** |             | \[optional] |
| **TokenB**          | Pointer to **string** |             | \[optional] |
| **AmountA**         | Pointer to **string** |             | \[optional] |
| **AmountB**         | Pointer to **string** |             | \[optional] |

## Methods

### NewUniswapInput

`func NewUniswapInput() *UniswapInput`

NewUniswapInput instantiates a new UniswapInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

### NewUniswapInputWithDefaults

`func NewUniswapInputWithDefaults() *UniswapInput`

NewUniswapInputWithDefaults instantiates a new UniswapInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

### GetTo

`func (o *UniswapInput) GetTo() string`

GetTo returns the To field if non-nil, zero value otherwise.

### GetToOk

`func (o *UniswapInput) GetToOk() (*string, bool)`

GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetTo

`func (o *UniswapInput) SetTo(v string)`

SetTo sets To field to given value.

### HasTo

`func (o *UniswapInput) HasTo() bool`

HasTo returns a boolean if a field has been set.

### GetData

`func (o *UniswapInput) GetData() string`

GetData returns the Data field if non-nil, zero value otherwise.

### GetDataOk

`func (o *UniswapInput) GetDataOk() (*string, bool)`

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetData

`func (o *UniswapInput) SetData(v string)`

SetData sets Data field to given value.

### HasData

`func (o *UniswapInput) HasData() bool`

HasData returns a boolean if a field has been set.

### GetInput

`func (o *UniswapInput) GetInput() string`

GetInput returns the Input field if non-nil, zero value otherwise.

### GetInputOk

`func (o *UniswapInput) GetInputOk() (*string, bool)`

GetInputOk returns a tuple with the Input field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetInput

`func (o *UniswapInput) SetInput(v string)`

SetInput sets Input field to given value.

### HasInput

`func (o *UniswapInput) HasInput() bool`

HasInput returns a boolean if a field has been set.

### GetValue

`func (o *UniswapInput) GetValue() string`

GetValue returns the Value field if non-nil, zero value otherwise.

### GetValueOk

`func (o *UniswapInput) GetValueOk() (*string, bool)`

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetValue

`func (o *UniswapInput) SetValue(v string)`

SetValue sets Value field to given value.

### HasValue

`func (o *UniswapInput) HasValue() bool`

HasValue returns a boolean if a field has been set.

### GetNonce

`func (o *UniswapInput) GetNonce() string`

GetNonce returns the Nonce field if non-nil, zero value otherwise.

### GetNonceOk

`func (o *UniswapInput) GetNonceOk() (*string, bool)`

GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetNonce

`func (o *UniswapInput) SetNonce(v string)`

SetNonce sets Nonce field to given value.

### HasNonce

`func (o *UniswapInput) HasNonce() bool`

HasNonce returns a boolean if a field has been set.

### GetGas

`func (o *UniswapInput) GetGas() string`

GetGas returns the Gas field if non-nil, zero value otherwise.

### GetGasOk

`func (o *UniswapInput) GetGasOk() (*string, bool)`

GetGasOk returns a tuple with the Gas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetGas

`func (o *UniswapInput) SetGas(v string)`

SetGas sets Gas field to given value.

### HasGas

`func (o *UniswapInput) HasGas() bool`

HasGas returns a boolean if a field has been set.

### GetGasPrice

`func (o *UniswapInput) GetGasPrice() string`

GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.

### GetGasPriceOk

`func (o *UniswapInput) GetGasPriceOk() (*string, bool)`

GetGasPriceOk returns a tuple with the GasPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetGasPrice

`func (o *UniswapInput) SetGasPrice(v string)`

SetGasPrice sets GasPrice field to given value.

### HasGasPrice

`func (o *UniswapInput) HasGasPrice() bool`

HasGasPrice returns a boolean if a field has been set.

### GetChainId

`func (o *UniswapInput) GetChainId() string`

GetChainId returns the ChainId field if non-nil, zero value otherwise.

### GetChainIdOk

`func (o *UniswapInput) GetChainIdOk() (*string, bool)`

GetChainIdOk returns a tuple with the ChainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetChainId

`func (o *UniswapInput) SetChainId(v string)`

SetChainId sets ChainId field to given value.

### HasChainId

`func (o *UniswapInput) HasChainId() bool`

HasChainId returns a boolean if a field has been set.

### GetEncoding

`func (o *UniswapInput) GetEncoding() string`

GetEncoding returns the Encoding field if non-nil, zero value otherwise.

### GetEncodingOk

`func (o *UniswapInput) GetEncodingOk() (*string, bool)`

GetEncodingOk returns a tuple with the Encoding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetEncoding

`func (o *UniswapInput) SetEncoding(v string)`

SetEncoding sets Encoding field to given value.

### HasEncoding

`func (o *UniswapInput) HasEncoding() bool`

HasEncoding returns a boolean if a field has been set.

### GetEOA

`func (o *UniswapInput) GetEOA() bool`

GetEOA returns the EOA field if non-nil, zero value otherwise.

### GetEOAOk

`func (o *UniswapInput) GetEOAOk() (*bool, bool)`

GetEOAOk returns a tuple with the EOA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetEOA

`func (o *UniswapInput) SetEOA(v bool)`

SetEOA sets EOA field to given value.

### HasEOA

`func (o *UniswapInput) HasEOA() bool`

HasEOA returns a boolean if a field has been set.

### GetContractAddress

`func (o *UniswapInput) GetContractAddress() string`

GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.

### GetContractAddressOk

`func (o *UniswapInput) GetContractAddressOk() (*string, bool)`

GetContractAddressOk returns a tuple with the ContractAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetContractAddress

`func (o *UniswapInput) SetContractAddress(v string)`

SetContractAddress sets ContractAddress field to given value.

### HasContractAddress

`func (o *UniswapInput) HasContractAddress() bool`

HasContractAddress returns a boolean if a field has been set.

### GetTokenId

`func (o *UniswapInput) GetTokenId() string`

GetTokenId returns the TokenId field if non-nil, zero value otherwise.

### GetTokenIdOk

`func (o *UniswapInput) GetTokenIdOk() (*string, bool)`

GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetTokenId

`func (o *UniswapInput) SetTokenId(v string)`

SetTokenId sets TokenId field to given value.

### HasTokenId

`func (o *UniswapInput) HasTokenId() bool`

HasTokenId returns a boolean if a field has been set.

### GetTokenIds

`func (o *UniswapInput) GetTokenIds() string`

GetTokenIds returns the TokenIds field if non-nil, zero value otherwise.

### GetTokenIdsOk

`func (o *UniswapInput) GetTokenIdsOk() (*string, bool)`

GetTokenIdsOk returns a tuple with the TokenIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetTokenIds

`func (o *UniswapInput) SetTokenIds(v string)`

SetTokenIds sets TokenIds field to given value.

### HasTokenIds

`func (o *UniswapInput) HasTokenIds() bool`

HasTokenIds returns a boolean if a field has been set.

### GetApproved

`func (o *UniswapInput) GetApproved() bool`

GetApproved returns the Approved field if non-nil, zero value otherwise.

### GetApprovedOk

`func (o *UniswapInput) GetApprovedOk() (*bool, bool)`

GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetApproved

`func (o *UniswapInput) SetApproved(v bool)`

SetApproved sets Approved field to given value.

### HasApproved

`func (o *UniswapInput) HasApproved() bool`

HasApproved returns a boolean if a field has been set.

### GetBroadcast

`func (o *UniswapInput) GetBroadcast() bool`

GetBroadcast returns the Broadcast field if non-nil, zero value otherwise.

### GetBroadcastOk

`func (o *UniswapInput) GetBroadcastOk() (*bool, bool)`

GetBroadcastOk returns a tuple with the Broadcast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetBroadcast

`func (o *UniswapInput) SetBroadcast(v bool)`

SetBroadcast sets Broadcast field to given value.

### HasBroadcast

`func (o *UniswapInput) HasBroadcast() bool`

HasBroadcast returns a boolean if a field has been set.

### GetTokenA

`func (o *UniswapInput) GetTokenA() string`

GetTokenA returns the TokenA field if non-nil, zero value otherwise.

### GetTokenAOk

`func (o *UniswapInput) GetTokenAOk() (*string, bool)`

GetTokenAOk returns a tuple with the TokenA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetTokenA

`func (o *UniswapInput) SetTokenA(v string)`

SetTokenA sets TokenA field to given value.

### HasTokenA

`func (o *UniswapInput) HasTokenA() bool`

HasTokenA returns a boolean if a field has been set.

### GetTokenB

`func (o *UniswapInput) GetTokenB() string`

GetTokenB returns the TokenB field if non-nil, zero value otherwise.

### GetTokenBOk

`func (o *UniswapInput) GetTokenBOk() (*string, bool)`

GetTokenBOk returns a tuple with the TokenB field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetTokenB

`func (o *UniswapInput) SetTokenB(v string)`

SetTokenB sets TokenB field to given value.

### HasTokenB

`func (o *UniswapInput) HasTokenB() bool`

HasTokenB returns a boolean if a field has been set.

### GetAmountA

`func (o *UniswapInput) GetAmountA() string`

GetAmountA returns the AmountA field if non-nil, zero value otherwise.

### GetAmountAOk

`func (o *UniswapInput) GetAmountAOk() (*string, bool)`

GetAmountAOk returns a tuple with the AmountA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetAmountA

`func (o *UniswapInput) SetAmountA(v string)`

SetAmountA sets AmountA field to given value.

### HasAmountA

`func (o *UniswapInput) HasAmountA() bool`

HasAmountA returns a boolean if a field has been set.

### GetAmountB

`func (o *UniswapInput) GetAmountB() string`

GetAmountB returns the AmountB field if non-nil, zero value otherwise.

### GetAmountBOk

`func (o *UniswapInput) GetAmountBOk() (*string, bool)`

GetAmountBOk returns a tuple with the AmountB field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetAmountB

`func (o *UniswapInput) SetAmountB(v string)`

SetAmountB sets AmountB field to given value.

### HasAmountB

`func (o *UniswapInput) HasAmountB() bool`

HasAmountB returns a boolean if a field has been set.

\[Back to Model list] \[Back to API list] \[Back to README]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usemoon.ai/sdks/golang/uniswapinput.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
