In Solidity, there are three different stateMutability for a function: pure/view/payable/nonpayable. With HyperDapp, you need to reference it only when it is pure/view/payable.
If the function name is not camelCase, it must be surrounded by single quotes:
'DEFAULT_ADMIN_ROLE': bytes32 / view
Load Multiple ABIs
You can load multiple ABIs by using the same syntax as described above. You just need to choose unique smart contract names.