_ArbFunctionTable
| Method | Solidity interface | Go implementation | Description |
|---|---|---|---|
upload() | Interface | Implementation | Upload does nothing |
size() | Interface | Implementation | Size returns the empty table's size, which is 0 |
get(address addr, uint256 index) | Interface | Implementation | Get reverts since the table is empty |