# OnchainTransferEvent ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**id** | **string** | Unique identifier for the transfer event | [default to undefined]| |**transactionHash** | **string** | Hash of the transaction containing this transfer | [default to undefined]| |**logIndex** | **string** | Index of the log within the transaction | [default to undefined]| |**contractAddress** | **string** | Address of the token contract | [default to undefined]| |**fromAddress** | **string** | Address that sent the tokens | [default to undefined]| |**toAddress** | **string** | Address that received the tokens | [default to undefined]| |**value** | **string** | Amount of tokens transferred (in smallest unit) | [default to undefined]| |**chainId** | **number** | Chain ID of the blockchain | [default to undefined]| |**baseAssetId** | **string** | The blockchain base asset identifier | [default to undefined]| |**blockNumber** | **number** | Block number containing this transfer | [default to undefined]| |**blockHash** | **string** | Hash of the block containing this transfer | [default to undefined]| |**blockTimestamp** | **string** | Timestamp when the block was mined | [default to undefined]| |**eventName** | **string** | Name of the event (typically \"Transfer\") | [default to undefined]| [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)