> ## Documentation Index
> Fetch the complete documentation index at: https://docs.therootnetwork.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FeeProxy

## Pallet Precompile

### Contract Address

```
0x00000000000000000000000000000000000004bb
```

### Solidity Interfaces

```
interface FeeProxy {
	function callWithFeePreferences(address asset, uint128 maxPayment, address target, bytes input)
}
```
