Skip to main content

StandardCallback

The supported callback functions for ERC standards registered with ERC-165 interface ID and callback function signature.

type StandardCallback {
callbackSelector: Bytes!
dao: Dao!
id: ID!
interfaceId: Bytes!
magicNumber: Bytes!
}

Fields

StandardCallback.callbackSelector ● Bytes! non-null scalar

The selector of the registered callback function.

StandardCallback.dao ● Dao! non-null object

The DAO associated with the supported callback functions.

StandardCallback.id ● ID! non-null scalar

Concatenation of the DAO address and the interfaceID. Joined by '_'.

StandardCallback.interfaceId ● Bytes! non-null scalar

The interface identifier, as specified in ERC-165 (XOR of all function selectors in the interface).

StandardCallback.magicNumber ● Bytes! non-null scalar

The magic number registered for the function signature.

Member Of

Dao object

© 2024