contractBrokerbotRegistryisOwnable {/// @notice Returns the brokerbot address for a given pair base and share token, or address 0 if it does not exist/// @dev mapping is [base][token] = brokerbotAddress/// @return brokerbot The brokerbot addressmapping(IERC20 =>mapping(IERC20 => IBrokerbot)) public getBrokerbot;
The public getBrokerbot holds the mapping of all current Brokerbots.
To get for example the Brokerbot of DAKS with the base token of XCHF you get it on-chain via