Instadapp

Instapoolv2 resolver triggers methods like getAuthorityAccounts, getAuthorityIDs, getAccountAuthorities, getIDAuthorities. You can view details like source code, ABIs on arbiscan.

getAuthorityAccounts

Returns all accounts related to an authority

function getAuthorityAccounts(address authority) public view returns(address[] memory);
paramstypeDescription
authorityaddressThe authority Address.

getAuthorityIDs

Returns all IDs related to authority.

function getAuthorityIDs(address authority) public view returns(uint64[] memory);
paramstypeDescription
authorityaddressThe authority Address.

getAccountAuthorities

Returns the authoriy (owner) of an account.

function getAccountAuthorities(address account) public view returns(address[] memory);
paramstypeDescription
accountaddressAddress of the account.

If you still can't find something you're looking for or have any questions, ask them at our developers community on Discord or simply send an Email.


Our team is excited about assisting you to build an application using Instadapp Developer Platform. Your questions and feedback help us make a better development environment for future developers.