Transforms
Transforms are ways you can manipulate your data to be more useful.
We support a number of transforms for our customers.
Decode ABIs directly in Postgres
We have built a custom function, available natively in Center's Managed Postgres databases, called center_decode_abi
.
This function takes the following parameters:
center_decode_abi(jsonb_build_array('uint256'), DATA_TO_BE_DECODED)
An example of using this in practice:
jsonb_agg('uint256'::text),
'0x00000000000000000000000000000000000000000000000000000000000a2c40'
)
Need something else? Let us know at support@center.app .