_ArbAddressTable
| Method | Solidity interface | Go implementation | Description |
|---|---|---|---|
addressExists() | Interface | Implementation | AddressExists checks if an address exists in the table |
compress() | Interface | Implementation | Compress and returns the bytes that represent the address |
decompress() | Interface | Implementation | Decompress the compressed bytes at the given offset with those of the corresponding account |
lookup() | Interface | Implementation | Lookup the index of an address in the table |
lookupIndex() | Interface | Implementation | LookupIndex for an address in the table by index |
register() | Interface | Implementation | Register adds an account to the table, shrinking its compressed representation |
size() | Interface | Implementation | Size gets the number of addresses in the table |