SendTokens
Last updated
/// @param tokens list of tokens to send
/// @param receivers list of addresses that will receive corresponding tokens
/// @param amounts list of amounts of corresponding tokens that will be sent
struct Params {
address[] tokens;
address[] receivers;
uint256[] amounts;
}return bytes32(0);