DaoIdentity | inputs | 0 | address | _resolver |
CONTRACT_ADDRESS db4ecbc1addGroupUser 737988e3Function to add an address to a group (only root can call this function)
| inputs | 0 | uint256 | _group_id | ID of the group to be added in |
| 1 | address | _user | Ethereum address of the user | |
| 2 | bytes32 | _doc | hash of IPFS doc containing details of this user |
get_contract 3f83acffGet the address of a contract
| inputs | 0 | bytes32 | _key | the resolver key to look up |
| outputs | 0 | address | _contract | the address of the contract |
key 3943380cremoveGroupUser c86ee925Function to remove a user from group (only root can call this)
| inputs | 0 | address | _user | Ethereum address of the user to be removed from their group |
resolver 04f3bcecupdateKyc 944ae971Function to update the KYC data of user (expiry data of valid KYC) (can only be called by the KYC ADMIN role)
| inputs | 0 | address | _user | Ethereum address of the user |
| 1 | bytes32 | _doc | hash of the IPFS doc containing kyc information about this user | |
| 2 | uint256 | _id_expiration | expiry date of the KYC |