pub fn execute_slash<Q: CustomQuery>(
    deps: DepsMut<'_, Q>,
    _env: Env,
    info: MessageInfo,
    addr: String,
    portion: Decimal
) -> Result<Response, ContractError>